JWT as a service
This JWE as a service product gives you a complete token lifecycle management system via simple REST endpoints. Whether you're building a SaaS product, a mobile app backend, or automating workflows, this API handles token creation, validation, and detailed inspection without you writing a single line of auth logic. Works with any language that can make an HTTP request: Node.js, Python, PHP,…
JWT as a service endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Revoke JWE token /revoke |
This endpoint is used to revoke regardless if it is still valid. |
| POST |
Generate JWE Token /generate |
Creates an Encrypted Token. |
| POST |
Refresh JWE token /refresh |
This endpoint is used to refresh and generate a new token using an existing token, regardless of whether it is expired or still valid. Each newly generated token is treated as a… |
| POST |
Verify JWE Token /verify |
This endpoint validates an access token and returns its decoded information if the token is valid. The response includes the token’s `claims` , along with metadata like` jti… |
| GET |
GET Dashboard /dashboard/token |
Upgrades an HTTP request to a WebSocket connection for the dashboard stream. It only accepts a WebSocket upgrade request (GET + Upgrade: websocket), then keeps the socket open… |
JWT as a service pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|
| PRO Recommended | $4.99 / month | 60 / minute |
|
| ULTRA | $14.99 / month | 300 / minute |
|