Releases: openfun/fonzie
Releases · openfun/fonzie
v0.7.0
Added
- Send user newsletter subscription status in the user token
v0.6.0
Added
- Set cross domain csrf token on user api get request
v0.5.0
Added
- Bind user permissions into the claim of the JWT Token (is_active, is_staff, is_superuser)
Fixed
- Return user information in the User API endpoint even if the user is not active
v0.4.0
Added
- Bind user preference language into the claim of the JWT Token
v0.3.0
Added
- Add a User API endpoint to first generate a JWT for Authentication purpose
from Third Party Application
Changed
- Generate JWT Token through Simple JWT's AccessToken class
v0.2.1
Fixed
- ACL: Support filenames using
@
and +
(e.g. course problem responses
report)
- Fix CI tree creation order
v0.2.0
Added
- Add ACL view to control access to instructor dashboard exported files
- Add
cms
and nginx
services to development environment