File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 1.0.0] ( https://github.com/bakdata/fastapi-jwks/releases/tag/1.0.0 ) - Release Date: [ 2025-08-04]
3+
4+ #### Merged pull requests:
5+
6+ - feat: support JWKS keys without ` alg ` set [ #123 ] ( https://github.com/bakdata/fastapi-jwks/pull/123 ) ([ @miyoyo ] ( https://github.com/miyoyo ) )
7+
8+ - refactor: add models to improve type safety [ #140 ] ( https://github.com/bakdata/fastapi-jwks/pull/140 ) ([ @disrupted ] ( https://github.com/disrupted ) )
9+
10+ - test: add jwks model test [ #141 ] ( https://github.com/bakdata/fastapi-jwks/pull/141 ) ([ @torbsto ] ( https://github.com/torbsto ) )
11+
12+
13+
14+
215## [ 0.4.0] ( https://github.com/bakdata/fastapi-jwks/releases/tag/0.4.0 ) - Release Date: [ 2025-03-19]
316
417#### Merged pull requests:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " fastapi-jwks"
3- version = " 0.4 .0"
3+ version = " 1.0 .0"
44description = " A library designed to facilitate the integration of JSON Web Key Set (JWKS) with FastAPI applications"
55license = " MIT"
66authors = [" bakdata" ]
You can’t perform that action at this time.
0 commit comments