truckerswelcome / webapp

Web application components (UI and backend)
MIT License
2 stars 2 forks source link

User login / logout #8

Closed domcho closed 4 years ago

domcho commented 4 years ago

Add form to allow users to log in and log out. A login history should be maintained and users should be shown their last login. Login history should be used to mitigate brute force. 2FA using Google Authenticator should be supported (optional to the user).

ionut998 commented 4 years ago

It looks like there is a lib that can help us here if we build this on Rails https://github.com/jaredonline/google-authenticator

iamjillsanluis commented 4 years ago

Out of scope for MVP. Closing.