daveshah / gatherto

3 stars 0 forks source link

Account creation #9

Closed daveshah closed 8 years ago

daveshah commented 8 years ago

Allow athletes to create accounts with:

Defer Facebook, Google, username/password, anything else until later. Account creation with Strava should be good enough to get something usable.

daveshah commented 8 years ago

Think I can trim the scope down to the basics - just email with Guardian. Checking out http://blog.overstuffedgorilla.com/simple-guardian/

daveshah commented 8 years ago

Spent some time last night / this morning reading about JWT and Guardian - While I've used session based auth in the tutorial / a simple hacky project, I think Guardian might be the way to go long term.

daveshah commented 8 years ago

Design note - I like Runkeepers login / signup flow and design better than Strava's. It feels more intuitive. Login shouldn't be hidden away in the hamburger menu though in the smaller view IMO.

daveshah commented 8 years ago

Renamed the title - just going to work on account creation for this and move authentication to a different issue.