Skip to content

Commit

Permalink
🔖(chore) bump to version 0.5.0
Browse files Browse the repository at this point in the history
Added
- Bind user permissions into the claim of the JWT Token
  (is_active, is_staff, is_superuser)

Fixed
- Return logged in user information even if the user is not active
  • Loading branch information
jbpenrath committed Dec 7, 2023
1 parent 649a6bb commit 55a53e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.5.0] - 2023-12-07

### Added

- Bind user permissions into the claim of the JWT Token
Expand Down Expand Up @@ -54,7 +56,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
`API Blueprint <https://apiblueprint.org/>`\_).


[unreleased]: https://github.com/openfun/fonzie/compare/v0.4.0...master
[unreleased]: https://github.com/openfun/fonzie/compare/v0.5.0...master
[0.5.0]: https://github.com/openfun/fonzie/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/openfun/fonzie/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/openfun/fonzie/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/openfun/fonzie/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = fonzie
version = 0.4.0
version = 0.5.0
description = A FUN API for Open edX
long_description = file: README.rst
author = Open FUN (France Universite Numerique)
Expand Down

0 comments on commit 55a53e1

Please sign in to comment.