Skip to content

JoaoLeal92/flask_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flask_auth

Authentication on web pages example using flask.

Run application

On Ubuntu/MacOS:

  • export FLASK_APP = flask_auth
  • export FLASK_DEBUG = 1
  • flask run

On Windows

  • set FLASK_APP = flask_auth
  • set FLASK_DEBUG = 1
  • flask run

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors