Releases: authorizerdev/authorizer
Releases · authorizerdev/authorizer
1.1.32
1.1.31
What's Changed
- change toast position to top-right by @leandergangso in #308
- Rnd warning fixes by @leandergangso in #310
- feat: add mobile based basic auth by @lakhansamani in #307
New Contributors
- @leandergangso made their first contribution in #308
Full Changelog: 1.1.30...1.1.31
1.1.30
What's Changed
- fix(sql): user deletion by @lakhansamani in #302
- fix(server): authorize endpoint access_token renewal + web_message redirect
Full Changelog: 1.1.29...1.1.30
1.1.29
What's Changed
- fix: remove extra slash from host by @lakhansamani in #298
Full Changelog: 1.1.28...1.1.29
1.1.28-rc.5
Full Changelog: 1.1.28-rc.4...1.1.28-rc.5
- fix role validation in jwt validate function
- fix default role claim name
1.1.28
What's Changed
- feat: add plain html editor for email templates by @anik-ghosh-au7 in #290
- fix(server): authorizer openid flow by @lakhansamani in #270
- fix: codeVerifier shouldn't be empty for basic auth by @luclu7 in #293
- fix(server): unique constraint for phone_number on mssql by @lakhansamani in #294
- fix role validation in jwt validate function
- fix default role claim name (Rename default roles claim in id_token to
roles)
Note: To have consistency for roles claim in all 3 types of token set following env:
JWT_ROLE_CLAIM = roles
New Contributors
Full Changelog: 1.1.27...1.1.28
1.1.28-rc.4
What's Changed
- fix(server): unique constraint for phone_number on mssql by @lakhansamani in #294
- Fixes unique index for
phone_numberfiled - It sets only the index on the
phone_numberfield, and drops any older index if present. - SQL_Server users will have to drop
UQ_phone_numbermanually
- Fixes unique index for
- Update logger for gorm
- Add support for
LOG_LEVELvia env
Full Changelog: 1.1.28-rc.3...1.1.28-rc.4
1.1.28-rc.3
1.1.28-rc.2
Full Changelog: 1.1.28-rc.1...1.1.28-rc.2
1.1.28-rc.1
What's Changed
- feat: add plain html editor for email templates by @anik-ghosh-au7 in #290
- fix(server): authorizer openid flow by @lakhansamani in #270
Full Changelog: 1.1.27...1.1.28-rc.1