File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Supported claims:
4545- ` preferred_username `
4646- ` groups `
4747- ` updated_at `
48+ - ` email_verified `
4849
4950Supported token endpoint authentication methods:
5051
Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ title: Changelog
33description : Overview of changes and updates in Tinyauth versions.
44---
55
6+ ## v5.0.1
7+
8+ ### Fixes
9+
10+ - Ensure ` kid ` is present in the JWKS response
11+ - Handle empty client name in authorize page
12+ - Use correct environment variable and flag for config loading
13+ - Ensure nonce is being acknowledged in the ID token response
14+ - Ensure ` email_verified ` is present as a claim in the ID token and user info response
15+ - Ensure cache control headers are set on the token endpoint
16+
17+ ### Technical
18+
19+ - Bump dependencies
20+ - Update translations
21+
622## v5.0.0
723
824:::caution
You can’t perform that action at this time.
0 commit comments