Skip to content

0.16.0

Choose a tag to compare

@lakhansamani lakhansamani released this 24 Mar 19:12
· 704 commits to main since this release

Features

  • Add query to verify refresh_token, access_token or id_token #149
  • Add ability to revoke access of a user from dashboard #135
  • Add ability to enable access of a revoked user from dashboard #143
  • Add ability to generate new JWT keys for different jwt algorithms from dashboard #150
  • Add strong password validation #141 #142

Fixes

  • Make disabled fields read only #133
  • Fix setting different jwt algorithm bug from dashboard

authorizer-js (0.8.0)

  • Adds helper to validate jwt token
  • Fixes test cases
  • Fixes types

authorizer-react (0.15.0)

  • Add strong password validation and visualization