Highlights
Creating an application is now a guided, framework-first flow.
The "Create Application" screen in the Portal has been redesigned. Instead of choosing an abstract application type, you pick the framework you're building with (Next.js, Vue, Angular, iOS, Android, Flutter, Ionic and more) and Authgear tailors the setup to it. Each framework comes with a starter kit and step-by-step Quick Start instructions, including setting up your redirect URI, so you can get from creating the app to your first login in minutes.
Clearer errors when a login flow is misconfigured.
If a custom authentication flow has a configuration mistake, end users used to hit a generic error with no clue what went wrong. They now see a specific "flow misconfigured" message. Authgear also validates flow step references when you save your configuration, so mistakes are caught before they reach users.
Other changes
- Audit logs in the Portal load much faster on large projects (new database index)
- Fewer redundant database queries during token exchange, improving login performance under load
- Misc bug fixes and security improvements