Revnu Auth API

The authentication API behind the @revnu/auth SDK, serving a Revnu store's buyers. Purchase-first — buying a product creates the account and sends a password setup link, so there is no separate sign-up flow. Identified by a publishable store key in the X-Revnu-Key header, and issuing RS256 JWTs whose claims embed the buyer's product entitlements, so access checks need no webhook and no callback.

API entry from apis.yml

apis.yml Raw ↑
name: Revnu Auth API
description: The authentication API behind the @revnu/auth SDK, serving a Revnu store's buyers. Purchase-first
  — buying a product creates the account and sends a password setup link, so there is no separate sign-up
  flow. Identified by a publishable store key in the X-Revnu-Key header, and issuing RS256 JWTs whose
  claims embed the buyer's product entitlements, so access checks need no webhook and no callback.
humanURL: https://auth.revnu.app/docs/auth-sdk
baseURL: https://auth.revnu.app
tags:
- Authentication
- SaaS
properties:
- type: Authentication
  url: authentication/revnu-authentication.yml
- type: ErrorCatalog
  url: errors/revnu-problem-types.yml
- type: Documentation
  url: https://auth.revnu.app/docs/auth-sdk