azranel / evernote-clone

0 stars 1 forks source link

Add authentication #2

Closed azranel closed 6 years ago

azranel commented 6 years ago

Allow users to create accounts with confirmation. For now, simple e-mail/password based login will be sufficient.

You can use devise gem for that functionality.