Skip to content

1.0.0

Choose a tag to compare

@lakhansamani lakhansamani released this 15 Aug 15:40
· 462 commits to main since this release

Features

  • Add support for scylladb
  • Add webhook support for following events
    • user.login
    • user.signup
    • user.created (user created but not verified)
    • user.deleted
    • user.access_revoked
    • user.access_enabled
  • Add support for planetscale
  • Add email templating APIs for following events
    • Signup
    • Magic Link Login
    • Update email verification
    • Forgot Password
    • Verify OTP
    • Invite member
  • Add Multi factor auth APIs
  • Add ability to enforce Multi factor authentication
  • Add ability to disable Multi factor authentication
  • Add wysiwyg editor for email templating
  • Add OTP screen component in authorizer-react
  • Add OTP screen in the default app

Fixes

  • Delete user session data when user entry is deleted
  • Add caller context for DB calls
  • Fix bug with change password: if the user was not signed up using basic auth and tried to update the password with update_profile mutation it was throwing an exception
  • Fix GitHub user empty email for nonpublic emails
  • Fix collection names for cassandra, mongo, arangodb (Adds s to older collections)
  • Fix issue with authorizer-js and vite where node-fetch was not allowed. Instead now library uses cross-fetch
  • Fix apple and linkedin login env persistence issue

@authorizerdev/authorizer-js

  • Release 1.0.0
  • Add support for verify_otp
  • Add support for resend_otp

@authorizerdev/authorizer-react

  • Add support for otp screen