Releases: authorizerdev/authorizer
Releases · authorizerdev/authorizer
0.14.0-beta.1
fix: env decryption + remove log
0.14.0-beta.0
chore: update app version
0.13.1
Fixes
- Fix setting
CUSTOM_ACCESS_TOKEN_SCRIPTfrom OS env in dashboard
0.13.0
Features
- Add support for redis cluster client
0.12.0
Features
- Supports MariaDB
- Supports following JWT Algorithms
- (HS256,HS384,HS512)
- (RS256,RS384,RS512)
- (ES256,ES384,ES512)
0.11.0
Features
- Add support for Yugabyte database
0.10.3
0.10.2
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
Fixes
- Fix user dashboard
created_atdate conversion. - Add signup methods in user dashboard
- Add roles in user dashboard
0.10.0
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_URLenv for getting the refresh request host - Add favicon to app + dashboard