Skip to content

Releases: authorizerdev/authorizer

1.1.2

10 Sep 05:26

Choose a tag to compare

What's Changed

  • fix(dashboard): users table overflow by @Deep-Codes in #221
  • feat(server): add log to show PORT by @Deep-Codes in #222
  • feat(dashboard): add button to copy jwt config as json

New Contributors

Not much changed from 1.1.1 (Just removed a debug log for security purpose)

1.1.1

10 Sep 05:21

Choose a tag to compare

What's Changed

  • fix(dashboard): users table overflow by @Deep-Codes in #221
  • feat(server): add log to show PORT by @Deep-Codes in #222
  • feat(dashboard): add button to copy jwt config as json

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

29 Aug 03:08

Choose a tag to compare

Features

  • Add support for twitter login

Fixes

  • Fix user session setting on /authorize endpoint

1.0.1

18 Aug 00:46
da7c172

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1

1.0.0

15 Aug 15:40

Choose a tag to compare

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

0.39.0

23 Jul 10:17
9ba1239

Choose a tag to compare

What's Changed

Full Changelog: 0.38.0...0.39.0

0.38.0

17 Jul 13:52

Choose a tag to compare

What's Changed

  • feat: add email template apis by @lakhansamani in #201
  • feat: add webhooks dashboard @anik-ghosh-au7 in #202
  • fix: empty github email (For non public emails call additional apis /user/emails to get email)

Full Changelog: 0.37.0...0.38.0

0.37.0

13 Jul 15:17
6d28290

Choose a tag to compare

What's Changed

  • fix(update_profile): changing password if not signed up via basic auth by @lakhansamani in #199

Full Changelog: 0.36.0...0.37.0

0.36.0

12 Jul 15:27

Choose a tag to compare

What's Changed

Full Changelog: 0.35.0...0.36.0

0.35.0

04 Jul 16:29

Choose a tag to compare

Features

  • Add support for scylladb (Resolves #177)