inputlogic / django-api-starter

Boilerplate for starting Django DRF / API projects
2 stars 0 forks source link

Return token on user creation #54

Closed weslord closed 4 years ago

weslord commented 4 years ago

Resolves the main motivation behind #27, albeit in the view and not the serializer.

Let me know if you'd prefer I do this in the serializer than the view, (or in a purpose-built serializer for user creation as per the example).