https://github.com/matheusadc/transacoesbancariasjwt
O código atua no contexto de transações bancárias, utilizando a linguagem de programação Python e JSON Web Token (JWT).
https://github.com/matheusadc/transacoesbancariasjwt
jwt python
Last synced: 16 days ago
JSON representation
O código atua no contexto de transações bancárias, utilizando a linguagem de programação Python e JSON Web Token (JWT).
- Host: GitHub
- URL: https://github.com/matheusadc/transacoesbancariasjwt
- Owner: MatheusADC
- Created: 2025-07-14T14:33:50.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-08-02T22:24:51.000Z (10 months ago)
- Last Synced: 2025-08-03T00:16:13.612Z (10 months ago)
- Topics: jwt, python
- Language: Python
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#
Descrição
O código atua no contexto de transações bancárias, utilizando a linguagem de programação Python e **JSON Web Token (JWT)**.
#
Comandos
### Instalação do Pytest
```
pip install pytest==8.2.1
```
### Instalação do Bcrypt
```
pip install bcrypt==4.1.3
```
### Instalação do PyJWT
```
pip install PyJWT==2.8.0
```
### Instalação do Python Dotenv
```
pip install python-dotenv==1.0.1
```