Skip to content

v0.1.0-rc1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 21:29
· 30 commits to main since this release
40858b4

Changelog

  • 40858b4 Add JWKS URL flag to Dockerfile
  • e884218 Implement JWT-based authentication for secure route
  • d1779ea Implement second HTTP route, to be protected via JWT
  • c7c17c9 Properly detect empty CI datastore; clean up formatting
  • 0e246cb Switch from the Gin HTTP server to Chi