Skip to content

My beginner project for a secure REST API authentication system using Python (FastAPI)

Notifications You must be signed in to change notification settings

ajx17/python-rsa-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Thsi project implements a authentication backend design with a "security-first" approach. It ensures that the credentials are never transitted in plain text and manages user sessions using industry-standard tokens.

Tech Stack Language: Python 3.10+ Framework: Fast API Database: MySQL Security Libraries: cryptography, python-jose, bcrypt Testing: Postman

About

My beginner project for a secure REST API authentication system using Python (FastAPI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages