flask-login-without-orm

Example of how to use Flask Login without ORM.

MIT License

Stars
12

Flask Login without ORM

Example of how to use Flask Login without ORM.

IMPORTANT!!!: User passwords should never be stored in plain text in the database (or wherever they are stored). What is saved is a hash of the password.

Related Projects