File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,9 +15,10 @@ Changelog
15151.5.0
1616-----
1717
18- **Not released yet **
18+ **Released on November 30, 2025 **
1919
20- - Add ``Ed25519 `` and ``Ed448 `` algorithms per RFC9864, via :issue: `76 `.
20+ - Add ``Ed25519 `` and ``Ed448 `` algorithms per :ref: `rfc9864 `, via :issue: `76 `.
21+ - Add parameter ``default_type `` for :meth: `jwt.encode ` method.
2122
22231.4.3
2324-----
@@ -134,7 +135,7 @@ Changelog
134135
135136**Released on July 7, 2025 **
136137
137- - Added RFC9278 JWK Thumbprint URI ``thumbprint_uri ``.
138+ - Added :ref: ` rfc9278 ` JWK Thumbprint URI ``thumbprint_uri ``.
138139- Show security warnings for ``none `` and ``RSA1_5 `` algorithms.
139140- Show security warnings for ``OctKey.generate_key `` and ``RSAKey.generate_key ``.
140141 when key size is too short, per `NIST SP 800-131A `_.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ A JWK Set is a JSON object that contains an array of JWKs. It is commonly
3535used for publishing multiple keys, such as rotation sets or multi-tenant
3636public keys:
3737
38- .. code-block :: json
38+ .. code-block :: text
3939
4040 {
4141 "keys": [
Original file line number Diff line number Diff line change 1- __version__ = "1.4.3 "
1+ __version__ = "1.5.0 "
22__homepage__ = "https://jose.authlib.org/en/"
33__author__ = "Hsiaoming Yang <me@lepture.com>"
44__license__ = "BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments