We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51a5bff commit 4b9396cCopy full SHA for 4b9396c
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.2
7
+
8
+### Improvements
9
10
+- Support for PKIX public keys [@DarkDare](https://github.com/DarkDare)
11
12
+### Fixes
13
14
+- Add `kid` to ID token JWT header
15
+- Make state a non-required field in the authorize request
16
+- Accept port and address individually in the `healthcheck` command [@luizfelipefb](https://github.com/luizfelipefb)
17
18
+### Technical
19
20
+- Bump dependencies
21
22
## v5.0.1
23
24
### Fixes
0 commit comments