All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.7.0 - 2024-04-04
- Send user newsletter subscription status in the user token
0.6.0 - 2024-03-13
- Set cross domain csrf token on user api get request
0.5.0 - 2023-12-07
- Bind user permissions into the claim of the JWT Token (is_active, is_staff, is_superuser)
- Return user information in the User API endpoint even if the user is not active
0.4.0 - 2022-07-28
- Bind user preference language into the claim of the JWT Token
0.3.0 - 2022-04-07
- Add a User API endpoint to first generate a JWT for Authentication purpose from Third Party Application
- Generate JWT Token through Simple JWT's AccessToken class
0.2.1 - 2019-10-10
- ACL: Support filenames using
@
and+
(e.g. course problem responses report) - Fix CI tree creation order
0.2.0 - 2019-05-21
- Add ACL view to control access to instructor dashboard exported files
- Add
cms
andnginx
services to development environment - Add a POC using a schema-driven development (using
API Blueprint <https://apiblueprint.org/>
_).