Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New features and improvements ----------------------------- * Social authentication: allow your users to authenticate through Google, Facebook, Microsoft and many other providers! [[Documentation](https://docs.fief.dev/getting-started/oauth-providers/)] * Social authentication: get a user access token for the external provider API through the Admin API [[Documentation](https://docs.fief.dev/going-further/oauth-provider-token/)] * 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` and `FIEF_MAIN_USER_PASSWORD` environment variables. [[Documentation](https://docs.fief.dev/self-hosting/quickstart/)] * 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](https://docs.fief.dev/self-hosting/deployment/docker-compose/)] * Self-hosting: add guidelines and blueprint to deploy Fief on Render. [[Documentation](https://docs.fief.dev/self-hosting/deployment/render/)]
- Loading branch information