An open API service indexing awesome lists of open source software.

https://github.com/ghaztools/tokengranter

Token Granter Api for Services
https://github.com/ghaztools/tokengranter

fastapi python redis

Last synced: about 1 month ago
JSON representation

Token Granter Api for Services

Awesome Lists containing this project

README

          

# TokenGranter

## How To Run this Appliction

First install the requirements (best to do this in an env)

```bash
python3 -m pip install -r requirements.txt
```

After that, you can run the app using uvicorn

```bash
uvicorn main:app --reload
```