Skip to content

Releases: authgear/authgear-server

Release 2023-07-05.0

05 Jul 20:47
Compare
Choose a tag to compare

What's New:

  • 💬 New WhatsApp OTP! The OTP is now delivered to the user directly, instead of requiring the user to initiate the conversation.
  • ✉️ Login by Email Login Links (aka magic link)
  • 🔑 Support more than 1 Admin API keys per project to facilitate key rotation
  • 👤 Email / Phone / Username Login ID identity can be edited in the portal.
  • 👁️ Admin API mutations and portal actions are now logged and can be viewed in the Audit Log tab
  • 🔍 Support filtering audit logs by user ID
  • 🤫 Support "Require alphabetic character" in password policy
  • 🔒 Revamp rate limits to allow more granular controls
  • 🔗 New non-blocking events identity.{email,phone}.{verified,unverified}
  • ✏️ More message templates can be edited on portal
  • 🌐 OIDC Client Applications are now "First party confidential client". They are always trusted so consent screen is skipped.

Other minor changes:

  • When you sign a JWT to access the Admin API, you can include audit_context in the JWT. It will be stored in the audit log.
  • Newly created authenticators are no longer marked as verified initially.
  • Remove undocumented feature: welcome message

Bug fixes

  • Ensure the origin of Authgear is also a CORS allowed origins.
  • Authenticator is updated along with identity. For example, if you update a Email Login ID which is used for Email OTP. The authenticator is updated too.

Release 2023-01-31.0

03 Feb 08:05
e9055e6
Compare
Choose a tag to compare
  • 🧽 User Anonymization: Erase all user information while retaining the user ID only.
  • 🔒 Support limiting concurrent session per client ID
  • 🔮 Support Custom AuthUI (Enterprise only feature)
  • 🔢 OTP UX Improvement: Always generate a new OTP code upon resend regardless of the expiry lifetime of the previous code
  • 📥 Use Twilio messaging service to improve deliverability around the world. Fixes cannot get SMS problem for countries that do not support alphanumeric sender (e.g. Canada, US).

2023-01-09.0

09 Jan 15:08
cb6d9f8
Compare
Choose a tag to compare
  • 🤖 Event Hook with TypeScript: Customize behaviors of Authgear by writing script in Authgear

  • 🔑 Use the JWT Pre-create event hook to modify and add custom payload to the access token

  • 📱 Single Sign On (SSO) easily control if apps/websites in the same project shares the session within a device. Login once, logged in all apps.

  • 🦄 Misc UI fixes

2022-11-14.0

14 Nov 07:00
Compare
Choose a tag to compare
  • Fixed a bug where users cannot use Forgot Password if their email addresses contain uppercase characters

2022-11-07.0

07 Nov 13:44
37338e4
Compare
Choose a tag to compare
  • 💎 Support Sign-in with NFTs! It helps developers build Web3 apps without blockchain knowledge. Learn more at https://docs.authgear.com/strategies/web3
  • 🕸️ Updated Admin API Explorer (GraphiQL IDE) to the latest version
  • 🐞 Misc bug fixes

2022-10-19.0

20 Oct 02:01
Compare
Choose a tag to compare
  • 🔗 Support using Authgear as an OpenID Connect Provider for any OIDC compatible applications, e.g. WordPress
    So you can authenticate existing users (SSO) into 3rd party apps
    Read more: https://docs.authgear.com/integrate/oidc-provider
  • ✨ Completely redesigned authentication and login methods settings to help you set up the login strategy with an easy-to-use interface

2022-10-18-binary-preview

18 Oct 07:01
Compare
Choose a tag to compare
Preview binary on 2022-10-18

2022-09-20.0

21 Sep 15:28
Compare
Choose a tag to compare
  • 🔑 Improve "Sign in with passkey button" UX
  • 🐞 Misc bug fixes

2022-09-15.1

15 Sep 14:33
2022-09-15.1
ea0b43e
Compare
Choose a tag to compare
  • Fixes "Sign in with Passkey" doesn't work

2022-09-15.0

15 Sep 08:42
2de564d
Compare
Choose a tag to compare
  • 🔑 Added "Sign in with passkey button" and improved passkey UX
  • 🏎 Added CDN to make Authgear Portal and Auth UI faster!
  • 🐞 Misc bug fixes