FRVR · Authentication Profile

Frvr Authentication

Authentication

FRVR secures its APIs with oauth2-jwt, platform-federated, and anonymous across 0 declared security schemes, as derived from its OpenAPI definitions.

CompanyGamingGamesGame DevelopmentSDKHTML5Instant GamesMonetizationAdsIn-App Purchases
Methods: oauth2-jwt, platform-federated, anonymous Schemes: 0 OAuth flows: API key in:

Security Schemes

Source

Authentication Profile

frvr-authentication.yml Raw ↑
generated: '2026-07-19'
method: searched
source: https://docs.frvr.com/modules/auth/
docs: https://docs.frvr.com/modules/auth/
summary:
  types: [oauth2-jwt, platform-federated, anonymous]
  token_format: JWT bearer (FRVR.auth.getAccessToken())
  scheme_surface: SDK-mediated (no public REST securityScheme; auth is handled by the FRVR JS SDK)
model: >-
  FRVR.auth authenticates the current player against FRVR's backend — either with a
  FRVR account, a platform provider (Facebook, Google Play, Apple, ...), or
  anonymously. The SDK auto-attempts login in priority order: cached token from
  storage (if valid) -> platform credentials from the host channel -> anonymous
  sign-in (if enabled). It returns a JWT access token for backend calls, which the
  SDK refreshes in the background at ~60% of its TTL.
methods:
  - name: FRVR.auth.isLoggedIn()
    purpose: Confirm an active session.
  - name: FRVR.auth.getAccessToken()
    purpose: Return the JWT for authenticated backend calls.
  - name: FRVR.auth.getFRVRID()
    purpose: Retrieve the player's stable FRVR identifier.
  - name: FRVR.auth.loginToFRVR({ platform, credentials })
    purpose: Explicit login with a FRVR account or a platform provider.
  - name: FRVR.auth.registerOnFRVR({ email, password, firstName, lastName }, autoLogin)
    purpose: Register a new FRVR account and optionally auto-login.
  - name: FRVR.auth.addStatusChangeListener(cb)
    purpose: Subscribe to auth status changes ({ isLoggedIn, platform }).
providers:
  - frvr
  - facebook-instant
  - google-play
  - apple
  - anonymous
notes: >-
  Anonymous sessions still persist a stable ID and can be upgraded to a real
  account later. Configure with FRVR.config.auth = {} to use the channel's default
  provider.

Work with this as data

Every security artifact here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for security posture

4 MCP tools reach this
  • find_securityBrowse and filter every security artifact in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This security artifact
curl "https://apis.io/api/v1/security/frvr-authentication"
All security posture
curl "https://apis.io/api/v1/security?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.