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
- Paused project can't activate
I have failed to reactivate one my projects which had been paused
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...