backroad
backroad copied to clipboard
New admin user should be logged in immediately after signup
Currently after the first admin signs up, they’re redirected to login. Instead, can they already be logged in?
The install and admin are two separate client side apps, served from separate server routes. So we’ll need to configure the install route to send back the token so the client can store it before the redirect happens.