A vibe coded tangled fork which supports pijul.
at b3ce5aec1fc1be6fd64e4346dc7a2d85f65c769c 15 lines 406 B view raw
1package oauth 2 3const ( 4 SessionName = "appview-session" 5 SessionHandle = "handle" 6 SessionDid = "did" 7 SessionPds = "pds" 8 SessionAccessJwt = "accessJwt" 9 SessionRefreshJwt = "refreshJwt" 10 SessionExpiry = "expiry" 11 SessionAuthenticated = "authenticated" 12 13 SessionDpopPrivateJwk = "dpopPrivateJwk" 14 SessionDpopAuthServerNonce = "dpopAuthServerNonce" 15)