MCPcopy
hub / github.com/linkwarden/linkwarden / JWT

Interface JWT

apps/web/types/next-auth.d.ts:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15
16declare module "next-auth/jwt" {
17 interface JWT {
18 sub?: number;
19 id: number;
20 iat: number;
21 exp: number;
22 jti: string;
23 }
24}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected