Skip to content

techgitp/Secure-Authentication-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Authentication System

A secure backend API implemented using Python Flask and PostgreSQL. This system uses JWT (JSON Web Tokens) for stateless authentication and Bcrypt for password hashing.

Features

  • User Registration (Password Hashing)
  • User Login (JWT Generation)
  • Token-based Protected Routes
  • PostgreSQL Integration

Tech Stack

  • Python (Flask)
  • PostgreSQL (Database)
  • PyJWT (Token Management)
  • Bcrypt (Encryption)

How to Run

  1. Install dependencies:
    pip install flask flask-sqlalchemy psycopg2-binary pyjwt bcrypt
    

#RUN :- python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages