colab-chat / colab-server

GNU General Public License v3.0
4 stars 1 forks source link

Authentication system #3

Closed AntonPiccardoSelg closed 7 years ago

AntonPiccardoSelg commented 7 years ago

Test only after #2 has been merged

This is a first attempt to add a login and user authentication system. It lets Flask-User do all the hard work.

Main inspirations were:

Known Problems are:

Future extenions, problems and questions:

To run + test

  1. Create a sqllite data base with python3 manage.py create_db
  2. Run the server with python3 manage.py runserver
  3. Open 127.0.0.1:5000
  4. Register. You will get an email with a confirmation link. Accept it
  5. Log in
  6. Log out ...

Try some variations

AntonPiccardoSelg commented 7 years ago

@matthew-d-jones all i wanted to add has been done now