Skip to content

theburntcity/flask-login

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setting up flask-login with postgres

This is a method to create a log in page of your website.
Any pages you want to secure, you just add @login_required under the @app.route.

The ini file should look like this:
[postgresql]
host=localhost
database=whatever your database name is
user= whatever your username is
password=whatever your password is

[flask]
secret_key=
this site is a good password/key genraerator.

About

Setting up flask-login with postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published