revoke_all_sessions_for_user issue
# support-questions
n
revoke_all_sessions_for_user this is not working in python supertoken
r
hey @Nem's can you tell us what the error is?
n
there is no error successfully revoking all sessions but after use can still access
r
That’s cause session verification is stateless
When the user tries and refreshes their session, it will log them out
n
async def get_current_user(session: SessionContainer = Depends(verify_session(check_database=True))): TypeError: verify_session() got an unexpected keyword argument 'check_database'
r
please upgrade to the latest version of the python SDk
n
got it
2 Views