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