PLYR GAMING UNIVERSE
  • API Endpoint
  • API Quickstart
  • API REFERENCE
    • Users
      • Authentication
        • PLYR[ID]
          • Login
          • Login and Approve
          • Logout
        • InstantPlayPass
          • RegisterIPP
          • RevealClaimingCode
          • VerifyClaimingCode
        • PLYR[CONNECT]
      • Check Session JWT
      • Get Basic User Info
      • Get Avatar
    • Game room
      • Create Game Room
      • Join Game Room
      • Pay Game Room
      • Earn Game Room
      • Leave Game Room
      • End Game Room
      • Helpers
        • Is Joined Game Room
        • Join and Pay
        • Earn and Leave
        • Create, Join and Pay
        • Earn, Leave and End
    • Assets
      • Tokens ( ERC-20 )
        • Get PLYR L1 Token List
        • Get User Token Balance
        • Get User Token Allowance
        • Approve User Token Spending
        • Revoke User Token Allowance
      • NFTs ( ERC-721 )
        • Get User NFTs
        • Official PLYR NFTs
          • Get User Zoo Genes
          • Get User Zoo Boosters
          • Get User Zoo Elixirs
    • Misc
      • Get Session JWT Public Key
      • Verify JWT Locally
      • Activity Logs
      • Get Task Message Status
Powered by GitBook
On this page
  • Authentication Methods
  • Common Flows
  • Standard Authentication Flow
  1. API REFERENCE
  2. Users

Authentication

For detailed information about required headers and their format, please see the Headers page.

Authentication Methods

There are two ways to authenticate:

  1. PlyrID Authentication

    • Requires PlyrID and 2FA token

    • Returns a session JWT valid for 24 hours by default

  2. InstantPlayPass Authentication

    • Quick authentication for instant play

    • No registration required

Common Flows

Standard Authentication Flow

  1. Authenticate using PlyrID or InstantPlayPass

  2. Store received sessionJwt

  3. Authenticate with sessionJwt for subsequent requests

Last updated 3 months ago