1.2.0 (2024-02-29)
- Support OAuth callback and authentication when using multiple domains (fd54fe3)
- 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)
- 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)
- Role checking will actually check the role now (e5949d9)