Validates a JWT signed by the embedding application and creates a Basedash session for the user specified in the JWT claims. On success, redirects to the organization dashboard.
Documentation Index
Fetch the complete documentation index at: https://basedash.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
src to this endpoint with the JWT as a query parameterjwtSecret. The JWT payload should contain:
JWT token signed with your organization embed secret (HS256)
Redirect to organization dashboard on successful authentication