File tree Expand file tree Collapse file tree
src/content/docs/docs/reference Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,6 +3,30 @@ title: Changelog
33description : 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
You can’t perform that action at this time.
0 commit comments