Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.
/ SimpleAuth Public archive

A simple example of server authentication using Flask and a Database wrapper for postgresql

License

Notifications You must be signed in to change notification settings

uo272509/SimpleAuth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleAuth

A simple example of server authentication using Flask and a Database wrapper for postgresql.

Further explanation

We are using Flask to serve the webpages, and with the Database wrapper, we create and communicate with a database in PostgreSQL, which is going to store the data of our users and their encryped passwords.

Deployment

Just clone the repo on your server, install PSQL and the requirements (I recommed creating a virtual environment). Then, you can use Gunicorn in combination with NGINX to serve the Flask app.

Disclaimers

We don't offer any kind of warranty or security strength, this was just a 1-2 month long project for the subject "Administración de Sistemas" (System Administration), for the "Escuela Politécnica de Ingeniería", Gijón, Asturias.
Please, take a look at the repository LICENSE.

Authors

  • Silvia Rodríguez Bares
  • Marcos Gutiérrez Alonso