fix(auth): add trustedOrigins to BetterAuth for cross-origin web dashboard #111
Reference in New Issue
Block a user
Delete Branch "fix/betterauth-cors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BetterAuth rejects requests from origins not in trustedOrigins. Reads GATEWAY_CORS_ORIGIN (comma-separated), defaults to http://localhost:3000.