IdentityPython / oidc-op

An implementation of an OIDC Provider (OP)
Apache License 2.0
64 stars 26 forks source link

Catch unhandled exception #132

Closed nsklikas closed 3 years ago

nsklikas commented 3 years ago

get_session_info_by_token might throw an exception, we catch it and return the appropriate error.