Generate a signed RS256 JWT for development and testing
Signs a short-lived JWT (5 minutes) using your project’s RSA private key. Use this during development to generate tokens for testing external auth without needing to implement JWT signing in your test environment.Documentation Index
Fetch the complete documentation index at: https://docs.replyke.com/llms.txt
Use this file to discover all available pages before exploring further.
id field (the user’s ID in your system). All fields are included in the userData claim.:projectId). The body value takes precedence if both are provided.RS256, expires in 5 minutes, and includes:
sub — the user’s id from the payloadiss — the project IDaud — "replyke.com"userData — the full payload objectMissing Parameters — 400
projectId, privateKey, or payload is missing.Missing User ID — 400
payload object does not include an id field.