Nakama · Authentication Profile

Nakama Authentication

Authentication

Nakama secures its APIs with http across 2 declared security schemes, as derived from its OpenAPI definitions.

GamingGame BackendBackendRealtimeMultiplayerMatchmakingLeaderboardsSocialOpen Source
Methods: http Schemes: 2 OAuth flows: API key in:

Security Schemes

BasicAuth http
scheme: basic
BearerAuth http
scheme: bearer

Source

Authentication Profile

Raw ↑
generated: '2026-07-11'
method: derived
source: openapi/nakama-openapi.yml
summary:
  types:
  - http
schemes:
- name: BasicAuth
  type: http
  scheme: basic
  description: HTTP Basic auth using the server key as the username and an empty password. Guards
    the authenticate endpoints.
  sources:
  - openapi/nakama-openapi.yml
- name: BearerAuth
  type: http
  scheme: bearer
  bearerFormat: JWT
  description: 'The JWT session token returned by an authenticate call, sent as `Authorization:
    Bearer <session_token>`.'
  sources:
  - openapi/nakama-openapi.yml