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
When JWT_AUTH_HTTPONLY=True, a token sent with the "refresh" key in the request body still successfully refreshes. This issue is due to the extract_refresh_token() function not respecting the JWT_AUTH_HTTPONLY setting. This behavior needs to be addressed to ensure proper security compliance.
The text was updated successfully, but these errors were encountered:
When
JWT_AUTH_HTTPONLY=True
, a token sent with the"refresh"
key in the request body still successfully refreshes. This issue is due to theextract_refresh_token()
function not respecting theJWT_AUTH_HTTPONLY
setting. This behavior needs to be addressed to ensure proper security compliance.The text was updated successfully, but these errors were encountered: