appwrite_auth_kit icon indicating copy to clipboard operation
appwrite_auth_kit copied to clipboard

Making Appwrite Authentication Easy

Results 5 appwrite_auth_kit issues
Sort by recently updated
recently updated
newest added

Can you briefly explain how to use createPhoneSession? More precisely, how to get a token and then insert it into updatePhoneSession? After all, the createPhoneSession method returns only true or...

I'm facing challenges in handling authentication errors. Specifically, I'm unable to find a clear and robust way to deal with errors such as wrong passwords, invalid email addresses, etc. I...

I get the following error with the new Version `0.9.0` Unhandled Exception: type 'Null' is not a subtype of type 'List' The error gets thrown in file `lib/src/accounts_provider.dart`, when the...

When their is no internet connection the state of the Auth changes to the unauthenticated and the user redirects to the login page After making the internet available back it...

## [0.8.0] * Updated to Appwrite SDK 12.0.0 * **BREAKING** Updated naming to be consistent `createEmailSession` is now `createEmailPasswordSession` * **BREAKING** Updated naming to be consistent `createPhoneSession` is now `createPhoneToken`...