Skip to content

Releases: authgear/authgear-server

2022-04-08.1

08 Apr 14:27
380e017

Choose a tag to compare

What's New:

  • Upload profile picture in AuthUI settings, Admin Portal and Admin API
  • Support "Sign in with GitHub"
  • Improved the UX for creating new projects
  • Users are easier to be identified by their names and profile pictures in the User Management page
  • All password fields in AuthUI support show/hide

2022-04-04.0

06 Apr 07:57
74795d9

Choose a tag to compare

What's New:

  • 📈 View user analytics in the portal
  • 🔐 Support Azure AD B2C as third party identity provider
  • 🗄 Name of the user is shown in the profile detail page
  • 🐞 Misc UI and bug fixes

2022-02-24.0

24 Feb 10:41

Choose a tag to compare

What's New:

  • End-user account deletion: End-users can initiate account deletion from the pre-built AuthUI settings page. Follow the doc here to set it up!
  • Misc bug fixes in custom attribute related features

2022-02-08.0

08 Feb 10:17

Choose a tag to compare

What's New:

  • Custom Attributes in User Profile. You can now store the complete profile in Authgear!
  • Anonymous Users are now supported for web-based applications! See docs for details
  • Fixed: You can config the project to disable 2FA completely

2022-01-03.0

04 Jan 02:48
2022-01-03.0
71fef9f

Choose a tag to compare

  • The translation JSON in the Portal now shows only the altered keys. Translation keys that are identical to the default will not be saved.
  • Various bug fixes and minor improvements

2021-12-01.0

01 Dec 07:40
2021-12-01.0
cfe52cc

Choose a tag to compare

  • New: User Profile and standard attributes support. You can store, view & manage personal profiles of your end-users on Authgear. View more about it here
  • AuthUI Adjustments and Misc Bug Fixes

2021-10-06.0

06 Oct 02:59
2021-10-06.0
c49782d

Choose a tag to compare

Changes:

  • Added a option to force end-users to update their passwords when password policy changed
  • Fixed a bug where unknown new Apple devices were unable to use the service
  • Misc minor UI changes

2021-08-31.0

31 Aug 08:42
2021-08-31.0
526903c

Choose a tag to compare

Changes:

  • Removed dependence on IdP Session for all interactions
  • Support x_suppress_idp_session_cookie in authorization
  • Manage your Authgear account easily by clicking the top-right in the Portal
  • Improved discoverability by re-organizing cookie session and token related lifetime config in the Portal
  • Improved clarity in the default error messages in AuthUI
  • Changed button state styles in AuthUI
  • When setting up authenticators on mobile devices, the end-users can copy the recovery codes instead of downloading a text file
  • Use custom domain minus one as cookie domain. e.g. You can now use Authgear for your app deployed at custom app.domain.com with auth.app.domain.com
  • Misc UI and bug fixes

2021-08-16.0

17 Aug 03:12
2021-08-16.0
bdc1ea0

Choose a tag to compare

Changes

  • New: Allow getting Admin API key and webhook signature key from the Portal
  • New: Custom email provider can be configured in the Portal
  • Fixed: Server may lose connection with the data store when node rotates
  • Improvement: Re-organized the Portal navigation menu for clearer presentation
  • Other misc UI improvements

2021-07-27.0

17 Aug 03:13
2021-07-27.0
aa7b7e2

Choose a tag to compare

  • New: View subscription info in Portal
  • Improvement: Support more subscription plan rules
  • Improvement: Country code in phone number is easier to input and allow pre-selection by geoip
  • Improvement: Better handling at phone numbers with trunk prefixes
  • Fix wrong timestamps in user.created webhooks
  • Bug fixes and misc improvements