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

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

Awesome Lists containing this project

README

          

# FastAPI Service
FastAPI Service with JWT verification and tests.




&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp


&nbsp

## 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`