v0.17.0
Bump version: 0.16.9 → 0.17.0
New features and improvements
- Social authentication: allow your users to authenticate through Google, Facebook, Microsoft and many other providers! [Documentation]
- Social authentication: get a user access token for the external provider API through the Admin API [Documentation]
- Audit logging: every actions through the Admin dashboard or the Admin API are now logged into the database.
- Self-hosting: main workspace and first admin user can now be automatically created at server startup, thanks to the new
FIEF_MAIN_USER_EMAIL
andFIEF_MAIN_USER_PASSWORD
environment variables. [Documentation] - Admin API: add OpenAPI tags to better organize interactive documentation.
Bug fixes
- Fix #65: ignore outdated databases during cleanup task
Documentation
- Self-hosting: add guidelines to deploy Fief with Docker Compose. [Documentation]
- Self-hosting: add guidelines and blueprint to deploy Fief on Render. [Documentation]