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): return some user information from VerifyEmailView #93

Closed allynt closed 4 years ago

allynt commented 4 years ago

Return some user information (from UserSerializerLite) as part of the VerifyEmailView response. This will allow the frontend to determine where to redirect after a successful user account activation.

Closes #92