Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 2.35 KB

CHANGELOG.md

File metadata and controls

35 lines (20 loc) · 2.35 KB

Changelog

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)
  • Role checking & improved JWT Signing with an ephemeral key instead of user-provided information (4be667b)
  • Role checking will actually check the role now (e5949d9)

1.1.2 (2024-01-26)

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)

1.1.1 (2023-08-11)

Bug Fixes

  • Role checking will actually check the role now (e5949d9)