github fief-dev/fief v0.24.3

latest releases: v0.30.0, v0.29.2, v0.29.1...
2 years ago

Bump version 0.24.2 → 0.24.3

New features

  • Add password strength validation using the zxcvbn algorithm.
  • Re-add Admin API to generate access token programmatically for a given user. Thanks @Kh-Oleg for the idea 🎉
    • Endpoint: /admin/api/users/access-token
  • Add CLI command to create Admin API key. Thanks @Kh-Oleg for the idea 🎉
    • fief workspaces create-main-admin-api-key TheTokenYouWantToUse
  • Add environment variable to create Admin API key at startup. Thanks @Kh-Oleg for the idea 🎉
    • FIEF_MAIN_ADMIN_API_KEY=TheTokenYouWantToUse

Bug fixes

  • Fix #166: UserFieldConfiguration doesn't comply with the schema when created from dashboard.
  • Fix #181: write audit logs in the background worker to avoid race conditions with SQLite. Thanks @Kh-Oleg for the report 🎉
  • Fix #189: role update fails to send task to worker

Don't miss a new fief release

NewReleases is sending notifications on new releases.