We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b9396c commit 985ec45Copy full SHA for 985ec45
1 file changed
src/content/docs/docs/reference/changelog.mdx
@@ -3,6 +3,22 @@ title: Changelog
3
description: Overview of changes and updates in Tinyauth versions.
4
---
5
6
+## v5.0.3
7
+
8
+> [!WARNING]
9
+> This release contains security fixes, please update as soon as possible.
10
11
+### Fixes
12
13
+- Don't continue authentication on empty `X-Forwarded-*` headers.
14
+- Ensure user is logged in and not in the 2FA flow in the authorize endpoint
15
+- Ensure client ID matches the code entry before issuing a token
16
17
+### Technical
18
19
+- Update dependencies
20
+- Update translations
21
22
## v5.0.2
23
24
### Improvements
0 commit comments