crow-identity
Get Crow Token
Generate a Crow identity JWT for the authenticated user.
This endpoint:
- Verifies the user is authenticated via Clerk
- Reads verification_secret from .env
- Creates a JWT payload with user info
- Signs it with the secret
- Returns the token for use with window.crow('identify', ...)
get/api/get_crow_token
Headers
authorizationstring required
Response
Successful Response
Changes
No recorded changes to this endpoint across all 3 revisions of this API.