Token Provider
LiSTNR Token Provider
Issues short-lived RS256 JWTs for two integration patterns: Firebase Bearer tokens for frontend and mobile clients, and Client Credentials for server-to-server integrations.
Token lifetime
15 minutes
Algorithm
RS256
Issue endpoint
POST /v1/listnr-token-provider/issue-token
Public keys
GET /v1/listnr-token-provider/jwks
Guides
Getting Started
How to become a consumer — integration patterns, onboarding process, and what gets provisioned for your client.
Issuing a Token
How to request a signed JWT using Firebase Bearer or Client Credentials auth, with request/response reference.
Verifying a Token
How to verify a LiSTNR JWT in your service — JWKS caching, claim validation, and code examples in Node.js, Python, and Java.
API Reference
Interactive OpenAPI documentation for all endpoints, request/response schemas, and authentication schemes.
Open API Reference