You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looking at the code of the LogoutView, I am surprised that when USE_JWT is true and JWT_AUTH_HTTPONLY is false, the code only searches for the refresh_token in the request data without also checking the cookies.
What do you think?
The text was updated successfully, but these errors were encountered:
Looking at the code of the LogoutView, I am surprised that when USE_JWT is true and JWT_AUTH_HTTPONLY is false, the code only searches for the refresh_token in the request data without also checking the cookies.
What do you think?
The text was updated successfully, but these errors were encountered: