astrosat / django-astrosat-users

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

feat(backend): extended login failure response #85

Closed allynt closed 4 years ago

allynt commented 4 years ago

Added is_verified, is_approved, and accepted_terms to the UserSerializerLite class which is used for login errors. It exposes some user information to the client, but nothing sensitive.

IssueID #82

allynt commented 4 years ago

We should hold off closing #82 until this code has been integrated into orbis.

Reignable commented 4 years ago

I'd say we can close #82 as this extra info won't break anything and there's no ticket for the orbis integration. That'll probably come when the frontend equivalent of django-astrosat-users is made.