Generate a signed RS256 JWT for development and testing
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.