PyDevX

Results 5 comments of PyDevX

i solve the problem , You are right when i use refreshToken mutation like that it works `mutation { refreshToken { token } }` but the actual problem is when...

for now JWT_REUSE_REFRESH_TOKENS : True setting not work for JWT-refresh-token cookie it renews whenever token refreshed

when you want to refresh token just call this mutation with no argument `mutation { refreshToken { token } }` then server side assign new cookies both for token and...

yet it is true if your refreshToken is expired you wont be able to refresh token because it have been deleted when expired. if your token is expired and your...