IS there documentation of how to implement apple OAuth sign-in using Flutter or react native
It's the same as any other oauth provider in flutter 🧐
I want a example where I can do it with access token
like in this pull request
Not sure what you mean
I want to use oath 2 auth 2 with access tokens
So I login with my native app after that I want to send access token to the appwrite backend so that I can login into appwrite too
I am using capacitor
so I am using web sdk
In web sdk is there a way to use o auth2 with access tokens we get from the oath provider
here its done for firebase
Native is not supported
oh okay
Recommended threads
- Error: User (role: guests) missing scope...
I want to send a verification code to the user and the given phone number and check it and create a session right after the user entered the secret. For me that...
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...