I’m building an app for chess players and would like to allow users to use their chess.com accounts to log in. Unfortunately, it’s not one of the apps listed in Appwrite’s OAuth settings and you have to apply for it via Google forms. Not sure how to go about this, please help
https://forms.gle/RwGLuZkwDysCj2GV7 https://www.chess.com/club/chess-com-developer-community
I guess this is happening because Chess.com doesn’t provide public, self-service OAuth registration (like Google or GitHub). Try filling the form first and then they'll get back to you with further steps.
Recommended threads
- User ID case sensitivity
I see that through REST (and SDK as well), getting a user is not case sensitive. And even though documentation does not clearly state that it is, the wording "V...
- 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...