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
- Cant configure email templates
i configure it on the console, and when i send the OTP, it sends with appwrite's email (instead of custom smtp) and with the branding, but i have the Pro (educa...
- Need help with createExecution function
Hi, Need some help understanding createExecution. When requesting function execution via createExecution, the function handler arguments are incorrect and rese...
- Query Appwrite
Hello, I have a question regarding Queries in Appwrite. If I have a string "YYYY-MM", how can I query the $createdAt column to match this filter?