Authentication
Authentication Methods
There are two ways to authenticate:
- PlyrID Authentication - Requires PlyrID and 2FA token 
- Returns a session JWT valid for 24 hours by default 
 
- InstantPlayPass Authentication - Quick authentication for instant play 
- No registration required 
 
Common Flows
Standard Authentication Flow
- Authenticate using PlyrID or InstantPlayPass 
- Store received sessionJwt 
- Authenticate with sessionJwt for subsequent requests 
Last updated