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
- Endpoint:
- 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