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
Since the user does not neet to be authenticated to call /api/auth/signout you can't get the principal from authentication to find and delete the refreshtoken.
IMHO this method has to get from headers both token and refreshtoken to invalidate/remove the refreshtoken from the database.
The text was updated successfully, but these errors were encountered:
Since the user does not neet to be authenticated to call /api/auth/signout you can't get the principal from authentication to find and delete the refreshtoken.
IMHO this method has to get from headers both token and refreshtoken to invalidate/remove the refreshtoken from the database.
The text was updated successfully, but these errors were encountered: