Skip to content

Commit 17e6175

Browse files
committed
chore: add changelog for v5.0.7
1 parent 8233956 commit 17e6175

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@ title: Changelog
33
description: Overview of changes and updates in Tinyauth versions.
44
---
55

6+
## v5.0.7
7+
8+
### Improvements
9+
10+
- The OpenID Connect server now supports PKCE
11+
- The OpenID Connect user information endpoint now supports POST requests @scottmckendry
12+
- The OpenID Connect user information endpoint now supports the access token in the POST request body @scottmckendry
13+
- The OAuth flow now supports the OpenID Connect parameters and stores CSRF states server-side for anti-tampering
14+
- Add `X-Tinyauth-Location` header for Nginx instances to support redirect to login and unauthorized pages automatically
15+
- Support unsigned OpenID Connect request objects @scottmckendry
16+
- Accessibility improvements
17+
18+
### Fixes
19+
20+
- Use 307 redirects for Envoy proxy
21+
- Fix TOTP field auto-fill not working in some password managers @scottmckendr
22+
23+
### Technical
24+
25+
- Update dependencies
26+
- Update translations
27+
- Use own fork of the [paerser](https://github.com/tinyauthapp/paerser) library for better flexibility in configuration parsing
28+
- Fail app early when the app URL is missing
29+
630
## v5.0.6
731

832
### Fixes

0 commit comments

Comments
 (0)