devo_wmOriginal post
Web Developer
Wondering if there was an option to use a custom schema for a redirect url after auth.
I tried something like
TypeScript
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
Summary
Developers are trying to set a custom URL schema for post-auth redirect in Appwrite but are unable to do so. The example provided doesn't work. Also, the developers mention that Supabase provides support for this feature.