v0.22.0
Changelog
Features
- 70ae93c: feat(token): add RS256/ES256 JWT signing and JWKS endpoint (#109) (@appleboy)
- e0b7eb5: feat(ui): enable dark mode toggle for all users and fix mermaid diagrams (#113) (@appleboy)
- 67a7c48: feat(ui): redesign login page with brand identity (#115) (@appleboy)
- 821c21a: feat(login): add remember-me checkbox for 30-day sessions (#116) (@appleboy)
- dea632f: feat(ui): add secret regeneration page and client credentials flow for user apps (#121) (@appleboy)
Bug fixes
Enhancements
Refactor
- e24226a: refactor(handlers): use shared helpers and constants for OAuth error responses (@appleboy)
- 3b3b309: refactor(token): remove HTTP API token provider mode (#114) (@appleboy)
Documentation updates
- 30cabec: docs(jwt): add RS256/ES256 and JWKS documentation across all guides (@appleboy)
- 15076c7: docs(jwt): add JWT verification guide for resource servers (#118) (@appleboy)
- 04fff21: docs(jwt): replace ASCII diagrams with Mermaid (#120) (@appleboy)
- 5dca746: docs(jwt): enhance JWT verification guide with missing details (#123) (@appleboy)