IdentityPython / oidc-op

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

Check if token exists #163

Closed nsklikas closed 2 years ago

nsklikas commented 2 years ago

The access token may be a revoked/deleted access token so we must not assume that it exists in the grant's issued tokens.