Closed
Bug 1385264
Opened 7 years ago
Closed 7 years ago
Redirect to front-end when signing in
Categories
(Socorro :: Symbols, task)
Socorro
Symbols
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.
Assignee | ||
Comment 1•7 years ago
|
||
Oops. Forgot to tie the git commit to this bug.
https://github.com/mozilla-services/tecken/commit/1840cb87ebf90073531239a63305e8836bb14736
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.
Description
•