Tura auth products

Passwordless auth for apps and MCP

Two products. Same idea: prove email, no passwords. Pick website login or remote MCP tokens.

When to use which

Use TuraLogin when a human signs into your website or API and you create the session cookie yourself after verify.

Use TuraMCP when Cursor, Claude, or another MCP client must send Authorization: Bearer on every /mcp request.

Do not put website magic-link flows on the MCP URL. Keep app login and MCP auth as separate products.