celiao / django-rest-authemail

A RESTful API for user signup and authentication using email addresses.
GNU General Public License v3.0
314 stars 91 forks source link

Add id field to UserSerializer #49

Closed dnuske closed 2 years ago

dnuske commented 2 years ago

As pointed out in https://github.com/celiao/django-rest-authemail/issues/48 the endpoint users/me is not returning the user id, which is needed in order to make other user related requests.

This PR adds that field to the serializer.

neeravpanchal26 commented 2 years ago

When will this PR be merged ?

smyja commented 2 years ago

When will this PR be merged ?

Wondering too