Register Auto-Auth (not auto-login)
-
I know there’s a way to auto-login after register, but when doing this it automatically 302 Redirects me to some other page – I’m doing this all with API requests and I don’t want to be redirected to some HTML page.
Instead I’d like Register and then auto auth such that I get back a JWT that I can then continue to use on other API requests.
Alternatively – can there be an option to not redirect, but instead return a JSON response?
Is there a way to set this up?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Register Auto-Auth (not auto-login)’ is closed to new replies.