https://github.com/lucho00cuba/py-jwt
Python Auth JWT
https://github.com/lucho00cuba/py-jwt
docker jwt python
Last synced: about 2 months ago
JSON representation
Python Auth JWT
- Host: GitHub
- URL: https://github.com/lucho00cuba/py-jwt
- Owner: Lucho00Cuba
- Created: 2022-12-23T22:38:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-23T22:40:06.000Z (over 3 years ago)
- Last Synced: 2025-07-27T04:52:38.715Z (11 months ago)
- Topics: docker, jwt, python
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python Auth JWT
## Build Image
```
user@node:$ hooks/build.sh "jwt:v1"
```
## Run Container
```
user@node:$ docker run --rm -p 8080:8080 jwt:v1
```