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
I want to use httpOnly cookies for storing the token, which works already as expected, but the verify_jwt_token view expects the token being sent as payload in the body!?
Is there a way to verify a token passed as httpOnly cookie?
The text was updated successfully, but these errors were encountered:
Hi,
I want to use httpOnly cookies for storing the token, which works already as expected, but the verify_jwt_token view expects the token being sent as payload in the body!?
Is there a way to verify a token passed as httpOnly cookie?
The text was updated successfully, but these errors were encountered: