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.
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