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
- Retrieving Data From Backups
Hiya, I have a user requesting for data they accidentally deleted. I don't have document history built into my app. Is there a way to extract data from the auto...
- Paused project notification
Hi, how do I disable these notifications? I get them every week and they're starting to annoy me. I don't care that my project is paused.
- Free trial credit?
I understand that another person I know got a free 50 dollar credit promo as a banner in his project but I fail to see one in mine. Is such promo not for everyo...