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
Currently, the /logout route is a stub. We need to implement a mechanism to store revoked JWTs (e.g., in a TokenBlacklist database table or Redis) and check them in the get_current_user dependency to ensure full security.
Currently, the /logout route is a stub. We need to implement a mechanism to store revoked JWTs (e.g., in a TokenBlacklist database table or Redis) and check them in the get_current_user dependency to ensure full security.