djangoflow / django-df-auth

Opinionated Django REST auth endpoints for JWT authentication and social accounts
MIT License
10 stars 19 forks source link

authUserCreate should not return password #33

Closed adar2378 closed 1 year ago

adar2378 commented 1 year ago

Currently calling authUserCreate, POST /api/v1/auth/user/ returns email, password(hashed one), etc but it should return password at all for security reason.