syvwlch / Metroscope

Experiments with automatic scansion.
MIT License
1 stars 0 forks source link

Added user authentication #110

Closed syvwlch closed 5 years ago

syvwlch commented 5 years ago

Added user authentication, login, and logout. Includes database migrations, additional dependencies, an authentication blueprint, and role/user models. Refactored /reset and reset_db() into separate means to insert sample poems and to insert the roles and an admin user into the database. Currently does not support user registration, so the only way to add users is via the command line.

syvwlch commented 5 years ago

Wow. Works on first attempt in review app & CI tests.