FNCY Chain
FNCY 2.0.2 (ENG)
FNCY 2.0.2 (ENG)
  • Introduction
  • Getting Started
  • Design
    • Structure
    • Three Main Sets of Participants
    • PoSA Consensus
    • Governance
    • Staking
    • Mining Reward
    • Gas Fee
    • Runtime Upgrade
    • Cross-Chain Bridge
    • Security
  • Build On FNCY Chain
    • RPC Endpoints
    • Testnet Faucet
    • Block Explorer
      • Token Listing
    • BEP20 Token
    • NFT
    • Validator Requirements
    • NFT Market
      • FNCY Marketplace
  • For Developers
    • JSON-RPC
    • FNCY Chain API
      • Wallet API
      • Transaction API
      • Blockchain API
    • Wallet
      • FNCY Wallet
      • Use MetaMask for FNCY Chain
      • SDK
        • Android
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
        • iOS
          • Install
          • Guide
            • Initialize
            • Create/Restore Wallet
            • Wallet Search
            • Execute SendCoin/Contract
            • Transaction Search
            • Other Features
          • Methods
          • Domain
          • ETC
    • Smart Contract
      • Deployment
        • Truffle
        • Hardhat
        • Remix IDE
      • Verify Your Contract on FncyScan
    • Gasless Transaction
    • with FNCY
      • FNCY Login
      • GAME AUTH Login
  • Tokenomics
  • Ecosystem Partner
  • FNCY Governance Partner
Powered by GitBook
On this page
  • Request Game Authentication
  • Channel System LinkRequest
  • Request Token Issuance
  • Channel System Link
  1. For Developers
  2. with FNCY

GAME AUTH Login

PreviousFNCY LoginNextTokenomics

Request Game Authentication

Channel System LinkRequest

Request URL
Method
Response Type
Description

/v1/auth/token

POST

json

Token Issue Request

/v1/auth/channels

POST

json

Channel Systme Link Request

Request Token Issuance

  1. The game client requests token issuance to the game authentication server with the promised parameters.

  2. Use tokens issued by the game authentication server to pass them to the game server and use them for protected resource requests.

Channel System Link

  1. Request channel system link with Authorization Code issued by 3rd party authentication (Google, Apple, Fncy).

  2. The game authentication server uses the information requested for authentication for 3rd party authentication and sends the system link result to the game client.