Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import
{ decode } from
'next-auth/jwt'
;
2
3
const
secret = process.env.AUTH_SECRET;
4
const
token = process.argv[2];
Callers
nothing calls this directly
Calls
1
decryptJWE
Function · 0.85
Tested by
no test coverage detected