Categorygithub.com/4SOAT/web-cafeteria-auth
module
0.0.0-20240303230556-8aef1ab05c62
Repository: https://github.com/4soat/web-cafeteria-auth.git
Documentation: pkg.go.dev

# README

web-cafeteria-auth

Repo com o Lambda que retorna token de autorização

Curl para testar:

curl --location 'https://au8b318jo9.execute-api.us-east-1.amazonaws.com/auth' \
--header 'Content-Type: application/json' \
--data-raw '{
    "email": "[email protected]",
    "password": "Primeiro@123"
}' 

Desenho arquitetural (WIP)

# Packages

No description provided by the author