Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UsefulSoftwareCo/executor
/ looksLikeJwt
Function
looksLikeJwt
apps/cloud/src/mcp/auth.ts:225–225 ·
view source on GitHub ↗
(token: string)
Source
from the content-addressed store, hash-verified
223
});
224
225
const
looksLikeJwt = (token: string): boolean => token.split(
"."
).length === 3;
226
227
export
const
McpAuthLive = Layer.effect(
228
McpAuth,
Callers
1
auth.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected