Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New features ------------ * Add password strength validation using the [zxcvbn](https://github.com/dropbox/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
- Loading branch information