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