michelmansour / virgil

A delightful way to share, discuss, and annotate poetry
MIT License
2 stars 2 forks source link

Add user authentication #9

Closed michelmansour closed 8 years ago

michelmansour commented 8 years ago

This branch is based on the router branch, so I want to wait to merge #8 first. But I wanted to get this up for review since it's done.

I've only implemented very coarse authentication here: everything is protected. This should be fine for MVP. In the future, I could certainly see making only certain data and actions protected, leaving most of the functionality available to anonymous users.

michelmansour commented 8 years ago

This is ready to go now that #8 is merged.

drewrey commented 8 years ago

Looks good to me.