-
Hello cryptojwt team,
Thanks for your work, it usually works like a charm.
I found an issue in `cryptojwt.jwe.jwe_ec.JWE_EC.dec_setup`.
https://github.com/IdentityPython/JWTConnect-Python-CryptoJ…
-
This package only offers in-mem and filesystem caches; neither work correctly in highly scalable systems. I (ignorantly) tried to give the client a Django cache and ran into issues. Unfortunately, t…
-
We are attempting to use pyoidc with Microsoft as an OIDC provider, using various tenant ids as described in https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-v2-protoco…
-
Hi. Thanks a bunch for this library; its just what I needed. I'm mostly interested in the flask_rp use case.
I downloaded your examples and tried to run them without success.
- I used the requ…
-
It's 2023, we should support ed25519.
-
I want to contribute to a standardized and certified library that implements OIDC. [OpenID Foundation lists 3 certified Python libraries](https://openid.net/developers/certified/) for OIDC:
1. Iden…
-
with instruction present in [jwtconnect_python_oidcrp](https://github.com/italia/Satosa-Saml2Spid/tree/master/example_sp/jwtconnect_python_oidcrp) directory, return this error:
```
python3 -m flask_…
-
Repo has been moved, update URL references.
-
Here https://github.com/IdentityPython/JWTConnect-Python-CryptoJWT/blob/main/src/cryptojwt/jws/jws.py#L119
When I need a typ value it converts automatically this claim name to type
it should be …
-
Hello, I would like to know how am I supposed to inject my own `StateInterface` in order to persist the state in my database instead of the RAM ?
I'm currently overriding the class on the fly with…