https://github.com/tangledpath/fast-api-jwt
Fast API example with JWT verification and tests
https://github.com/tangledpath/fast-api-jwt
Last synced: about 1 year ago
JSON representation
Fast API example with JWT verification and tests
- Host: GitHub
- URL: https://github.com/tangledpath/fast-api-jwt
- Owner: tangledpath
- Created: 2024-03-27T04:17:37.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-10T22:29:26.000Z (about 2 years ago)
- Last Synced: 2024-04-11T01:49:48.798Z (about 2 years ago)
- Language: Python
- Size: 5.19 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FastAPI Service
FastAPI Service with JWT verification and tests.
 
 
 
 
 
 
 
 
 
 
 
 
 
## Article
Associated article can be found at these locations:
* Personal portfolio: http://localhost:4000/fastapi/python/jwt/authentication/security/fast-api-with-jwt/
* LinkedIn:
* Medium:
## GitHub
https://github.com/tangledpath/fast-api-jwt
## Documentation
https://tangledpath.github.io/fast-api-jwt
## Getting started
Clone repository:
git clone https://github.com/tangledpath/fast-api-jwt.git
## Development
### Linting
Linting is done via autopep8
```bash
script/lint.sh
```
### Documentation
Generates to [./docs](docs) (as one part of build process). See [build script](script/build.sh) for more info.
```bash
script/build.sh
```
### Testing
```bash
clear; pytest
```
### Building
`script/build.sh`