Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jan 10:03
· 112 commits to main since this release
a0b705a

Changelog

Features

  • 6dd95b3: feat: add comprehensive admin panel for OAuth client management (#8) (@appleboy)
  • 45a0ee1: feat: switch client admin notifications to session-based flash messages (@appleboy)
  • dcd5159: feat: add CSRF protection and enhance session error handling (@appleboy)
  • 9a40932: feat: generate and log random admin password at startup (@appleboy)
  • 34351ea: feat: standardize contributor workflow and OAuth device code support (@appleboy)
  • a0b705a: feat: add user-facing token and session management features (#9) (@appleboy)

Bug fixes

  • 99a95c9: fix: improve device code flow error handling and client activity checks (@appleboy)

Enhancements

Documentation updates

Others

  • b2b721d: test: add comprehensive tests for device authorization and token flows (@appleboy)