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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...