v0.24.0
Bump version 0.23.2 → 0.24.0
New features and improvements
- User account management: users now have access to pages where they can update their profile and passwords
- It's accessible from the root URL of your tenant, e.g.
https://example.fief.dev
orhttps://example.fief.dev/tenant
- It's accessible from the root URL of your tenant, e.g.
- Login page now remember the last login method used:
- If the user authenticated with an email, it'll be pre-filled
- If the user authenticated with an OAuth Provider, it'll be shown at the top with a small badge
- You can force this from your app using the
login_hint
parameter when redirecting to/authorize
. [Documentation]
Bug fixes
- Fix #165: bug preventing users from registering when you an optional user field was setup without default (date, datetime, phone number and address)