infohash
infohash
Closing this as caching can be provided by the framework and is out of scope of OIDC. Also, Cachetools only provides in-memory caching which is not suitable for large-scale services.
> make flask-pyoidc pass arguments to abort (for example flask.abort(403, error="The token has expired"), in the client app implement a generic flask [errorhandlers](https://flask.palletsprojects.com/en/2.3.x/api/#flask.Flask.errorhandler) that would put the error message in...
I am not able to reproduce your issue. It redirects back to the destination where you were at before you are redirected to the identity provider. So all paths, subpaths,...
The reason I intend to deprecate `introspect_token` as a public method is because JWT can be verified in memory and using token introspection is just an unnecessary I/O for your...
flask-login is about user management so it makes sense to have `current_user` for both authenticated and unauthenticated users. flask-pyoidc is about identity management and access is managed through access token...
How will sync methods call this async method? Sync methods cannot spawn another event loop if the underlying framework is already running one. We might have to port this library...
I am not a maintainer but I do want to maintain it for long term. @zamzterz is the author who reviews my pull requests. I hope he comes back and...
I haven't. But he gets GitHub notifications about activities in this repo. Perhaps, he's no longer using that email.
Hi @zamzterz You were recently active. Can you give some time to check on this repository?