Released joserfc 1.2.0
1. Enable “RFC7797” by default.
2. Add security warnings for none and RSA1_5.
3. Add security warnings for weak key sizes
jose.authlib.org/en/changelo…
Released joserfc 1.2.0
1. Enable “RFC7797” by default.
2. Add security warnings for none and RSA1_5.
3. Add security warnings for weak key sizes
jose.authlib.org/en/changelo…
I've moved the "JOSE" module out of Authlib, the API is stable now. It may take a few weeks to release 1.0.0.
Here is our guide on migrating from Authlib: jose.authlib.org/en/dev/migr…
#joserfc version 0.4.0 is out now. The documentation has been significantly improved, making it easier than ever to get started. Moreover, the API is now rock-solid, ensuring a stable and reliable experience.
github.com/authlib/joserfc
Released joserfc 0.3.0, the API is sort of stable now. And the documentation is 70% done. Hopefully, it will be ready for production before the end of next month.
github.com/authlib/joserfc
We recommend the @authlib (#python), lestrrat-go/jwx (#golang) and panva/jose (#javascript) libraries. They are well designed and documented, and straightforward to implement. Many thanks to respective maintainers @lepture@lestrrat and @_panva!