astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

Changed how Roles & Permissions are serialized for a User. #13

Closed allynt closed 4 years ago

allynt commented 4 years ago

Roles are no longer serialized in their entirety on a user. And they are no longer writable w/in the user API. Instead a list of role names and a separate list of (unique) permission names are serialized.

This PR also fixed #9.

And a bit of linting ocurred.

IssueID #12