File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ Changelog
1212.. module :: joserfc
1313 :noindex:
1414
15+ 1.0.4
16+ -----
17+
18+ **Released on Feb 28, 2025 **
19+
20+ - Use secrets module to generate random bytes.
21+ - Use warnings for possible unsafe ``OctKey` `` instead of raising error, via :issue: `32 `.
22+
15231.0.3
1624-----
1725
@@ -46,7 +54,7 @@ Changelog
4654**Released on June 15, 2024 **
4755
4856- Limit DEF decompress size to 250k bytes.
49- - Fix claims validation, , via :issue: `23 `.
57+ - Fix claims validation, via :issue: `23 `.
5058
51590.11.1
5260------
Original file line number Diff line number Diff line change 1- __version__ = "1.0.3 "
1+ __version__ = "1.0.4 "
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