Skip to content

Releases: authorizerdev/authorizer

0.14.0-beta.1

07 Mar 10:10

Choose a tag to compare

fix: env decryption + remove log

0.14.0-beta.0

07 Mar 07:15

Choose a tag to compare

chore: update app version

0.13.1

18 Feb 11:17

Choose a tag to compare

Fixes

  • Fix setting CUSTOM_ACCESS_TOKEN_SCRIPT from OS env in dashboard

0.13.0

18 Feb 03:51

Choose a tag to compare

Features

  • Add support for redis cluster client

0.12.0

16 Feb 17:18
23e5328

Choose a tag to compare

Features

  • Supports MariaDB
  • Supports following JWT Algorithms
    • (HS256,HS384,HS512)
    • (RS256,RS384,RS512)
    • (ES256,ES384,ES512)

0.11.0

12 Feb 08:02

Choose a tag to compare

Features

  • Add support for Yugabyte database

0.10.3

05 Feb 05:01

Choose a tag to compare

Features

  • Added /health endpoint to check if server is in healthy state #115

Fixes

  • Improves the onboarding flow on dashboard

0.10.2

02 Feb 07:01

Choose a tag to compare

Fixes

  • Fix OAuth callback update user API (it was updating unwanted fields because of new instance)
  • Update signup page on the app with latest authorizer-react version

0.10.1

02 Feb 06:10

Choose a tag to compare

Fixes

  • Fix user dashboard created_at date conversion.
  • Add signup methods in user dashboard
  • Add roles in user dashboard

0.10.0

31 Jan 15:00

Choose a tag to compare

Features

  • Access the list of user via dashboard
  • Verify user via dashboard
  • Update user via dashboard
  • Delete user via dashbaord

Fixes

  • Fix getting the authorizer url
  • Removed the usage of AUTHORIZER_URL env for getting the refresh request host
  • Add favicon to app + dashboard