marcospereirampj / python-keycloak

MIT License
692 stars 296 forks source link

Fix/replace jose with jwcrypto #531

Closed Nathan-Furnal closed 5 months ago

Nathan-Furnal commented 5 months ago

Even though python-jose uses the cryptography backend and not ecdsa, it isn't up to date and the issues related to it are discussed in #503.

When comparing the python libs mentioned on jwt.io, it seems that jwcrypto is the right mix of up-to-date, featureful and has a helpful maintainer that helped me understanding his lib.

Thus, I think we can drop python-jose and use jwcrypto instead.