Skip to content

Releases: authorizerdev/authorizer

1.1.32

05 Jan 14:50
b39f0b8

Choose a tag to compare

What's Changed

Full Changelog: 1.1.31...1.1.32

1.1.31

24 Dec 22:18
4f810d2

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.30...1.1.31

1.1.30

28 Nov 23:59

Choose a tag to compare

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

24 Nov 13:46
c948c98

Choose a tag to compare

What's Changed

Full Changelog: 1.1.28...1.1.29

1.1.28-rc.5

23 Nov 16:39

Choose a tag to compare

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

24 Nov 05:40

Choose a tag to compare

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

17 Nov 17:43
6ddaf88

Choose a tag to compare

What's Changed

  • fix(server): unique constraint for phone_number on mssql by @lakhansamani in #294
    • Fixes unique index for phone_number filed
    • It sets only the index on the phone_number field, and drops any older index if present.
    • SQL_Server users will have to drop UQ_phone_number manually
  • Update logger for gorm
  • Add support for LOG_LEVEL via env

Full Changelog: 1.1.28-rc.3...1.1.28-rc.4

1.1.28-rc.3

17 Nov 00:15

Choose a tag to compare

What's Changed

  • fix: codeVerifier shouldn't be empty for basic auth by @luclu7 in #293

New Contributors

Full Changelog: 1.1.28-rc.2...1.1.28-rc.3

1.1.28-rc.2

16 Nov 17:11

Choose a tag to compare

1.1.28-rc.1

16 Nov 06:59
f9d2130

Choose a tag to compare

What's Changed

Full Changelog: 1.1.27...1.1.28-rc.1