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
- Unable to create Sites or Functions with...
Heya, I was looking at the appwrite documentation for Sites API with the server api: https://appwrite.io/docs/references/cloud/server-nodejs/sites I can’t fin...
- Index for combination of columns
How am i suppposed to apply index so that combination of two columns alwasy remain unique in appwrite table though console
- Broken Flutter SDK >=24.1.0
Row.fromMap now does: ``` data: Map<String, dynamic>.from(map["data"] ?? {}) ``` But Appwrite Cloud TablesDB row responses return custom row columns flattene...