Skip to content

v0.4.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Jan 23:34
· 1 commit to main since this release
8b3a871

Changelog

Features

  • 5ba77ef: feat: add session management UI and endpoints with status badges (@appleboy)
  • 36057d3: feat: add configurable service-to-service authentication for APIs (#15) (@appleboy)

Refactor

  • 0244514: refactor: simplify scope splitting using strings.Fields (@appleboy)
  • 5f298c2: refactor: clean up unused imports and variables in token management (@appleboy)
  • d5345c5: refactor: add context support to token service APIs and related tests (@appleboy)
  • 3a4a0be: refactor: switch to external go-httpclient for authentication handling (#16) (@appleboy)
  • 8b3a871: refactor: refactor session permission checks using a validation helper (@appleboy)