Closed Bug 1385264 Opened 7 years ago Closed 7 years ago

Redirect to front-end when signing in

Categories

(Socorro :: Symbols, task)

task
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: peterbe, Assigned: peterbe)

Details

When you do local development on Tecken, you point your browser to `http://localhost:3000` and when you click the Sign In, it redirects to Django which redirects to Auth0, which redirects back to Django on `http://localhost:8000/?signedin=true`. But when you're doing local development you need to get back to the frontend so you change the URL manually from `http://localhost:8000/?signedin=true` to `http://localhost:3000` and that'll re-load React which will do a Django XHR query and finds out you're signed in. This can be made simpler for local development.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.