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

https://github.com/homunmage/tiny-template-jwt-auth

simple jwt logic for stateless auth
https://github.com/homunmage/tiny-template-jwt-auth

fastapi jwt-auth stateless

Last synced: 7 months ago
JSON representation

simple jwt logic for stateless auth

Awesome Lists containing this project

README

          

# Simple Template JWT Auth

## Backend

don't double quotes ```""``` in
```src/wrokspace/secret.ini```
```
[security]
secret_key = your_very_secret_key_here
```

## Frontend