MCPcopy Create free account
hub / github.com/code100x/cms / token

Interface token

src/lib/auth.ts:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30interface token extends JWT {
31 uid: string;
32 jwtToken: string;
33}
34
35interface user {
36 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected