devo_wmOriginal post
Rank 2: Process
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
Summary
Developers are experiencing issues with the OAuth2 success redirect on the path `auth/oauth2/success`. Changes have been made to the code regarding passing the secret and key back to the success URL. To resolve this, refer to the code at the provided GitHub link. With the web SDK, it seems there is no longer a way to pass the token and secret back to the redirect URL.