Skip to content

🚀 The "Authentication System with FastAPI" project is a robust, secure, and scalable solution designed to handle user authentication and authorization within web applications using the FastAPI framework. FastAPI, known for its high performance, is employed to create a backend API that facilitates user authentication processes seamlessly.

License

Notifications You must be signed in to change notification settings

ExpoPythonist/Authenticator_FastAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication System with FastAPI

This application was built as a side project, I used FastAPI mainly, to develop this application.

developer

Setup

Make sure you are using Python 3.10+

pip install -r requirements.txt

Running locally:

uvicorn main:app --reload

Tests

  • The project underwent a series of tests to ensure functionality, reliability, and responsiveness. The tests covered various aspects of the application, including model logic, view behavior, form validation, and overall user interaction.

Screenshots

Check Status Status check

Documentation login page

User Create User Create

Token Token

User Get User Get

About

🚀 The "Authentication System with FastAPI" project is a robust, secure, and scalable solution designed to handle user authentication and authorization within web applications using the FastAPI framework. FastAPI, known for its high performance, is employed to create a backend API that facilitates user authentication processes seamlessly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages