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
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...
- relationships bug or error idk
hey every one, am using am using appwrite on a project and ran into a problem where by created a relationship and two way to be specific and it is stuck on proc...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...