A vibe coded tangled fork which supports pijul.
at ef692dd72a2449c01c3d9e913027b396455fcf1a 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)