Skip to content

A ready to use authentication system developed using FastAPI framework

Notifications You must be signed in to change notification settings

Paradigm-shift-AI/FastApi_Authentication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastApi_Authentication

A ready to use authentication system devekoped using FastAPI framework

This code exposes the following endpoints:

  • /api/register/
  • /api/login/
  • /api/valid/

To test register api:

  •    curl -X POST "http://localhost:8000/api/register/?username={USERNAME}&password={PASSWORD}" -H  "accept: application/json" -d ""```
    

To test login api:

  •  curl -X POST "http://localhost:8000/api/login/?username={USERNAME}&password={PASSWORD}" -H  "accept: application/json" -d ""```

About

A ready to use authentication system developed using FastAPI framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%