Releases: authorizerdev/authorizer
Releases · authorizerdev/authorizer
1.1.2
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
- @Deep-Codes made their first contribution in #221
Not much changed from 1.1.1 (Just removed a debug log for security purpose)
1.1.1
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
- @Deep-Codes made their first contribution in #221
Full Changelog: 1.1.0...1.1.1
1.1.0
Features
- Add support for twitter login
Fixes
- Fix user session setting on
/authorizeendpoint
1.0.1
1.0.0
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_profilemutation it was throwing an exception - Fix GitHub user empty email for nonpublic emails
- Fix collection names for cassandra, mongo, arangodb (Adds
sto older collections) - Fix issue with authorizer-js and vite where
node-fetchwas not allowed. Instead now library usescross-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
0.38.0
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
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
What's Changed
- feat: add webhook apis + integrate in events by @lakhansamani in #194
- feat: add support for PlanetScale
Full Changelog: 0.35.0...0.36.0