Is it possible to not allow the appwrite server to send the refresh token to the client side, only send the token instead?
From which endpoint?
Also, I don't think it would be possible without modifying the code.
ah ok, I don't think it's quite safe to send the refresh token to the client right?
getSession
It's only visible to the current user.
So I'm not sure it can be a safety matter
but that means any javascript that is running on the webpage can get the refresh token
alright
Mmm. By running xhr to that endpoint?
That is an interesting way of thinking.
I think we wait and see what Steven's thinking about it.
alright
Btw for client crefentials grant discord doesn't even give out the refresh token, so... https://discord.com/developers/docs/topics/oauth2#client-credentials-grant
It seems like that the refresh token is useless without the backend secrets
So it looks okay
ye fair enough, never thought about that lol
[SOLVED] Appwrite's Discord Oauth2 expose refresh token on the client side
Recommended threads
- Usage of the new Client() and dealing wi...
Hey guys, just a quick one - we had some web traffic the other day and it ended up bombing out - To put in perspective of how the app works, we have a Nuxt Ap...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- > AppwriteException: The requested servi...
When trying to read or write from my database I get the following error: > AppwriteException: The requested service is disabled. You can enable the service from...