Closed boyle closed 5 years ago
Tried changing return code to 201 "created" on registration success (and redirect to login page), but then the redirect doesn't happen in the browser.
Make Francois happy by returning a nice code on success for creating new users.
The response http 201 won't work with a redirect. Best I can do is give a 303 "see other" instead of 302 "found."
Tried changing return code to 201 "created" on registration success (and redirect to login page), but then the redirect doesn't happen in the browser.
Make Francois happy by returning a nice code on success for creating new users.