You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tokens cleanup task works by iterating over each database to remove the expired tokens. On external databases, it may happen that the schema is not up-to-date and provoke an error, stopping the whole operation.
Expected behavior
The task should silently discard outdated databases. Maybe add a log warning.
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/)]
Describe the bug
The tokens cleanup task works by iterating over each database to remove the expired tokens. On external databases, it may happen that the schema is not up-to-date and provoke an error, stopping the whole operation.
Expected behavior
The task should silently discard outdated databases. Maybe add a log warning.
Configuration
Additional context
https://sentry.io/share/issue/c4914db1f8034389a5a4f346e34440cf/
The text was updated successfully, but these errors were encountered: