RivoDaniOriginal post
React Developer
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?
Summary
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.