Skip to content

Commit 1cb0f9c

Browse files
committed
feat: v5.0.1
1 parent 8f19a83 commit 1cb0f9c

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

-82.8 KB
Loading

src/content/docs/docs/guides/oidc.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Supported claims:
4545
- `preferred_username`
4646
- `groups`
4747
- `updated_at`
48+
- `email_verified`
4849

4950
Supported token endpoint authentication methods:
5051

src/content/docs/docs/reference/changelog.mdx

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@ title: Changelog
33
description: 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

0 commit comments

Comments
 (0)