I just set up Google Auth in my app. It doesn't seem like there's a clear way to distinguish whether or not the user used regular username+password or OAuth2 to set up. Is there a way to get a list of the users who used Google Auth? I'm okay with a scripted version for now so I figured I'd ask if there's an easy solution.
This was one of my favorite features in Firebase as I liked seeing how users were signing in. Actually, seeing the number of Google Auth users in my old app was what prompted me to prioritize setting up the OAuth2 integration.
(screenshot of Firebase for reference)
[SOLVED] Identify User's Auth Method
appwrite users listIdentities
has a column for it. It would be nice if it was surfaced to the UI though.
Identify User's Auth Method
This info would be in the session, but a feature request to show that attribute in the console would be good
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...