A vibe coded tangled fork which supports pijul.
at 5c8b5c1ffdcc8b1be5673e24b2e5680f9e2e456c 12 lines 308 B view raw
1package appview 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)