anyone who can help me... I want to store data after user authenticated. in redux...
- 0
- Users
- Accounts
- Web
I am using react with redux for state management... I want to dispatch the user details after creating oauth session...
in we, the user gets redirected somewhere else when you call createOAuth2Session()
so that console.log()
is never executed. You would have to put your logic on the page where the user is redirected back to.
also, you should set up your app like https://github.com/appwrite/appwrite/discussions/3938#discussioncomment-3746725. So when you're redirected back to your app, this logic will run and you'll be logged in
I am not using flutter...
Recommended threads
- custom domain with CloudFlare
Hi all, it seems that CloudFlare has blocked cross-domain CNAME link which made my app hostname which is in CloudFlare, unable to create a CNAME pointing to clo...
- Custom emails
What happen if I use a third party email provider to customize my emails and my plan run out of emails/month? Appwrite emails are used as fallback sending emai...
- SyntaxError: Unexpected end of JSON inpu...
I am trying to create a fcm push notification service using appwrite functions with its REST API to invoke that function from my client side app and getting thi...