otimizacao

This commit is contained in:
2026-05-18 17:04:50 -05:00
parent 4b4a902fe8
commit 516a6fb179
9 changed files with 1226 additions and 853 deletions

View File

@@ -1,3 +1,7 @@
# Authenticating requests
This API is not authenticated.
To authenticate requests, include an **`Authorization`** header with the value **`"Bearer {YOUR_JWT_TOKEN}"`**.
All authenticated endpoints are marked with a `requires authentication` badge in the documentation below.
Use um token JWT RS256 emitido pelo serviço de autenticação integrado ao GameVerse.