Skip to content

mtseet/authservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

authservice

A simple authentication service implementation using fastapi

Description

The scripts shows how to construct an authentication service using fastapi. Tests are provided to test every api endpoint.

Dependencies

pip install fastapi
pip install uvicorn
pip install aiofiles

npm install loadtest

Usage

uvicorn app:app --reload

Then run the tests

./test.sh

About

Simple python authentication api service

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published