A simple authentication service implementation using fastapi
The scripts shows how to construct an authentication service using fastapi. Tests are provided to test every api endpoint.
pip install fastapi
pip install uvicorn
pip install aiofiles
npm install loadtest
uvicorn app:app --reload
Then run the tests
./test.sh