8 lines
334 B
Markdown
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.
|