MCPcopy Create free account
hub / github.com/sourcebot-dev/sourcebot / decryptJWE.ts

File decryptJWE.ts

packages/web/tools/decryptJWE.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { decode } from 'next-auth/jwt';
2
3const secret = process.env.AUTH_SECRET;
4const token = process.argv[2];

Callers

nothing calls this directly

Calls 1

decryptJWEFunction · 0.85

Tested by

no test coverage detected