I wanna ask how Appwrite handles the access token of the provider?
Is it going to be saved on the client-side? This not secure
How it’s saving it from being leaked to the user?
** Currently: I’m using Discord OAuth **
Is it secure to make the requests on the client-side (Website) ??
Does Appwrite handles the “state” in Discord Authentication? To handle the origin security?
Recommended threads
- Rate Limit of project
AppwriteException: Rate limit for the current endpoint has been exceeded. Please try again after some time. So , how much time I have to wait and why does it h...
- Update User Error
```ts const { users, databases } = await createAdminClient(); const session = await getLoggedInUser(); const user = await users.get(session.$id); if (!use...
- apple exchange code to token
hello guys, im new here 🙂 I have created a project and enabled apple oauth, filled all data (client id, key id, p8 file itself etc). I generate oauth code form...