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
- Failed to build function: Incorrect prox...
I have a function which I updated. Previously built and deployed just fine. I made some small edits and pushed to github, and now it's failing on the build wit...
- Validate User Server Side
I want to check if the user has a valid session before fetching data ```import { NextResponse } from 'next/server'; import { Client, Users } from 'node-appwrit...
- How to protect file url
I generate the url to file in NextJS server action. In client component, i use that url as src image. It works fine when I give Any permission! I want to protec...