You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2020. It is now read-only.
When an unauthed user clicks on "Add Your Club" from teach.mozilla.org/mozilla-web-clubs, they should be prompted to authenticate. Once authenticated, they should land back on /mozilla-web-clubs with the "Add Your Club" modal open.
The flow has already been built, using Persona as the authentication method, so this ticket is to replace Persona with the Webmaker auth experience.
The text was updated successfully, but these errors were encountered:
this is still blocked by the auth flow not having been fully worked out. getting both the backend and frontend up and running is still in progress, and when that dust settles we can start making "external" sites hook into the new authentication.
Arg, this is actually one place where an embedded (or pop-up) login modal rather than redirect makes things easier for us, b/c the code is already built to automatically move forward as soon as the user is logged in... coming back to the process after a redirect is harder because modals don't actually have their own URL yet. Ah, well.
From my conversation with bobby on IRC:
... shouldn't be too hard, just a wee bit annoying--like "oh man but we built this badass single page thing that can dynamically react to anything in the universe without having to refresh itself!" followed by a sad trombone
When an unauthed user clicks on "Add Your Club" from teach.mozilla.org/mozilla-web-clubs, they should be prompted to authenticate. Once authenticated, they should land back on /mozilla-web-clubs with the "Add Your Club" modal open.
The flow has already been built, using Persona as the authentication method, so this ticket is to replace Persona with the Webmaker auth experience.
The text was updated successfully, but these errors were encountered: