Skip to content

jdraiv/FlaskAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FlaskAuth

Flask application boilerplate with authentication system.

Getting Started.

  • Clone the repository.
  • Initialize a virtual ENV inside the repository.
  • pip install -e .
  • export FLASK_APP=flaskauth
  • flask run

Short Info.

This is a boilerplate with a very simple and straightforward authentication. This boilerplate does not contain the "signup" logic. The logic that states when or when not a user should be log in should be made by everyone that plans on using this boilerplate.

About

Flask application boilerplate with authentication system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published