Closed nsklikas closed 1 year ago
get_session_info_by_token's call to token_handler.info may raise a ToOld exception if the token is a jwt.
get_session_info_by_token
token_handler.info
ToOld
In this PR we catch it and return active=False.
active=False
get_session_info_by_token
's call totoken_handler.info
may raise aToOld
exception if the token is a jwt.In this PR we catch it and return
active=False
.