-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
citizens/register #13
Comments
Thanks for raising the issue. |
The will be form for registration. |
yes, I was talking of also returning a signed token after registration, I might be mistaking but that is possible too right!?. |
Also, when we hit 'GET /api/v1/citizen/profile/:id' so i suggest you change the controller url from |
sorry for the delay. |
In the register controller(/api/v1/citizen/register), after registration and you 'citizen.save()', can you make it return a token just like it does in the login controller? The way it is now it seems, one would have to login again after registering.
you can make it something like:
The text was updated successfully, but these errors were encountered: