MCPcopy Create free account
hub / github.com/Openpanel-dev/openpanel / auth.test.ts

File auth.test.ts

packages/mcp/src/auth.test.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { describe, expect, it, vi, beforeEach } from 'vitest';
2
3const mockGetClientByIdCached = vi.hoisted(() => vi.fn());
4const mockVerifyPassword = vi.hoisted(() => vi.fn());

Callers

nothing calls this directly

Calls 5

extractTokenFunction · 0.90
authenticateTokenFunction · 0.90
fnFunction · 0.85
toStringMethod · 0.45
fromMethod · 0.45

Tested by

no test coverage detected