Skip to content

Release 2023-07-05.0

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jul 20:47
· 1 commit to master since this release

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.