implementação da validação por jwt
This commit is contained in:
6
.env.example
Normal file
6
.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
DATABASE_URL="postgresql://postgres:postgres@db:5432/gameverse_catalog"
|
||||
|
||||
# JWT Config
|
||||
JWT_ISSUER="https://auth.local"
|
||||
JWT_AUDIENCE="internal-apis"
|
||||
JWT_PUBLIC_KEY_PEM="-----BEGIN PUBLIC KEY-----\nMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA...\n-----END PUBLIC KEY-----"
|
||||
Reference in New Issue
Block a user