v0.7.2 - User session management, initial CSFR token logic, initial support for French language and added missing translations
⚠️ Warning:
- The DB has schema changes, however no impacts are expected. Nevertheless backup your DB before applying the update.
- Please instruct your users to logout and login after upgrade.
- Please read the docs for further information.
New Features:
- User session management.
- Initial CSFR token logic.
- French language support added, missing translations.
What's Changed Backend
- User session management logic (schema, crud, alembic and routes).
- CSFR token is created and return for web app.
- Bug fixes.
What's Changed Frontend
- User session management logic.
- Frontend should now perform logout on invalid session.
- French language initial support.
- Bug fixes.
What's Changed General
- Updated docs.
- Updated README.