I'm trying to implement an oauth method that isn't available directly on the dashboard in the cloud version of appwrite, do I have to use the local version just to implement it or is there another way i'm not aware of?
Also is it possible to use the appwrite oauth on react native?
TL;DR
Developers want to implement a custom oauth method on Appwrite cloud. They are unsure if they need to use the local version of Appwrite to implement it or if there is another way. They are also curious if it's possible to use Appwrite oauth on React Native.
Solution: Developers can follow the guide provided on the Appwrite blog to build custom authentication flows. To implement custom oauth without using the local version, they need to think creatively. When it comes to using Appwrite oauth on React Native, it is indeed possible.Recommended threads
- help!!!!
whats happening no clue pls help 🥲
- Login / Signup issue
So I have been trying to create an account on appwrite but no matter what I try it doesn't work. I tried using GitHub at first but after logging in it just red...
- How to bypass the rate limit on the back...
Once a month my app has a ton of usage and I always run into the Too many requests 429 error. I am trying to optimize the queues and jobs to manage that, but a...