ElixirCLE / pairmotron

Programming Pair Pairifier
https://pairmotron.herokuapp.com
5 stars 4 forks source link

Add User Authentication #5

Closed mbramson closed 7 years ago

mbramson commented 7 years ago

Doesn't have to be super fancy or secure, but it would be nice to get something in place so that a current user can be put in session for other functionality down the line such as groups, admin, etc.

ericworkman commented 7 years ago

https://github.com/ueberauth/ueberauth is pretty straightforward to add, aside from the application auth tokens and what not if we want to do Twitter or Google etc auth.