IdentityPython / oidc-op

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

flask_op example fails to start due to non-existing TokenAuthenticationError #191

Open NubiaNetworks opened 2 years ago

NubiaNetworks commented 2 years ago

When attempting to start the flask_op example the following it fails with the following error:

ImportError: cannot import name 'TokenAuthenticationError' from 'oidcop.exception'