Files
2026-05-18 17:04:50 -05:00

8 lines
334 B
Markdown

# Authenticating requests
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.