Registration no include auth cookies.
Closed this issue · 1 comments
teamhashed-admin commented
Describe the bug
After registration, it doesn't set cookies for authentication. It causes the user forced to login after successful registration.
To Reproduce
Steps to reproduce the behavior:
- Go to
api/auth/registration/
- Try to register with credentials
- Watch the
cookies
- See, no access or refresh tokens
Expected behavior
It should set the authentication cookies after registration and logged the user instantly.
Screenshots
whoismaruf commented
Need to create a custom Registration
view.