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

Interface session

src/lib/auth.ts:20–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20export interface session extends Session {
21 user: {
22 id: string;
23 jwtToken: string;
24 role: string;
25 email: string;
26 name: string;
27 };
28}
29
30interface token extends JWT {
31 uid: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected