Skip to content

v0.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 08:16
· 341 commits to main since this release
v0.24.0
7c6d81d

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 or https://example.fief.dev/tenant
  • 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)