Skip to content

v1.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 02:43

1.2.0 (2024-02-29)

Features

  • Support OAuth callback and authentication when using multiple domains (fd54fe3)

Bug Fixes

  • Authorisation when using roles would cease after first role check (43fbe4e)
  • JWT Signing key will use hashed Discord App Client ID to prevent breaking on server reboot (1b3219f)
  • Remove stale token from goreleaser workflow (b8ea22c)
  • return a 401 HTTP Response on auth fail instead of looping OAuth forever (8886d2c)
  • Pessimistic authorisation & improved JWT Signing with an ephemeral key instead of user-provided information (4be667b)
  • Role checking will actually check the role now (e5949d9)

v1.2.0