Releases: authgear/authgear-server
Releases · authgear/authgear-server
Release 2023-07-05.0
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
- 🧽 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
-
🤖 Event Hook with TypeScript: Customize behaviors of Authgear by writing script in Authgear
- This saves you time and resources from deploying a webhook handler
- Learn more in: https://docs.authgear.com/integrate/events-hooks/denohooks
-
🔑 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.
- Learn more in https://docs.authgear.com/integrate/single-sign-on
-
🦄 Misc UI fixes
2022-11-14.0
- Fixed a bug where users cannot use Forgot Password if their email addresses contain uppercase characters
2022-11-07.0
- 💎 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
- 🔗 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
Preview binary on 2022-10-18
2022-09-20.0
- 🔑 Improve "Sign in with passkey button" UX
- 🐞 Misc bug fixes
2022-09-15.1
- Fixes "Sign in with Passkey" doesn't work
2022-09-15.0
- 🔑 Added "Sign in with passkey button" and improved passkey UX
- 🏎 Added CDN to make Authgear Portal and Auth UI faster!
- 🐞 Misc bug fixes