
I noticed that the code has change around passing the secret and key back to the success url.
https://github.com/appwrite/appwrite/blob/main/app/controllers/api/account.php#L1535
Using the web sdk is there no longer a way to have the token and secret passed back to the redirect URL

Previously your path just had to match auth/oauth2/success
.
Recommended threads
- A full logout for users logged in via Go...
I have a web app in reactjs that uses the Google login that is integrated into Appwrite for user login. I use `createOAuth2Token()` to login to their account. ...
- Relationship problem
When I UPDATE a document that has a relationship and I pass id and all the data of the relationship it works but if i CREATE a document then it says 401 user un...
- Automatic chunking for large media does ...
Hi! Using https://github.com/appwrite/sdk-for-apple to upload images to Storage, it does not upload images larger than ~2mb. Error message: `Invalid document...
