
Wondering if there was an option to use a custom schema for a redirect url after auth.
I tried something like
const authWithGoogle = ()=> account.createOAuth2Session(OAuthProvider.Google, 'my-schema://oauth-success', 'my-schema://oauth-failed')
to no avail.
Only asking because I noticed that one is able to using supabase:
https://supabase.com/blog/authentication-in-ionic-angular#magic-links-for-native-apps

You can specify the redirect URl in the case of appwrite:
account.createOAuth2Session('google', [LINK_ON_SUCCESS], [LINK_ON_FAILURE]);
Is that what you were searching for?
Recommended threads
- Why "You’ve reached the limit for your G...
Why did Appwrite send me this alert when the usage reached 10605%? Is it too late? Why not when reached 100% usage? And I can not pay for more usage described ...
- Subdomain failed verification
So I wanted to do a custom subdomain, because local storage doesn't work for me, but I've tried it a long time ago, it didn't work for me, and now I'm trying ag...
- Sites 30MB limit from GitHub
I’m deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it’s in a subdirectory with the root being an html landin...
