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
- Host: GitHub
- URL: https://github.com/homunmage/tiny-template-jwt-auth
- Owner: HomunMage
- License: mit
- Created: 2025-02-23T04:54:15.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T01:43:43.000Z (7 months ago)
- Last Synced: 2025-03-03T02:23:54.828Z (7 months ago)
- Topics: fastapi, jwt-auth, stateless
- Language: Python
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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