From d7c54dbebdab2ae17f7948fd4432b15e1bb82852 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Padilla?= Date: Tue, 9 May 2023 15:04:21 -0400 Subject: chore: update readme --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ee40ff4..35c7fa9 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -25,6 +25,7 @@ Changed - Changed the error message when the token audience doesn't match the expected audience by @irdkwmnsb `#809 `__ - Improve error messages when cryptography isn't installed by @Viicos in `#846 `__ - Make `Algorithm` an abstract base class by @Viicos in `#845 `__ +- ignore invalid keys in a jwks by @timw6n in `#863 `__ Fixed ~~~~~ @@ -49,6 +50,7 @@ Added - Add a timeout for PyJWKClient requests by @daviddavis in `#875 `__ - Add client connection error exception by @daviddavis in `#876 `__ - Add complete types to take all allowed keys into account by @Viicos in `#873 `__ +- Add `as_dict` option to `Algorithm.to_jwk` by @fluxth in `#881 `__ `v2.6.0 `__ -- cgit v1.2.1