A vibe coded tangled fork which supports pijul.
at 00ce81bdb5c740a10f29a5f3cd9539011f39a056 14 lines 415 B view raw
1package appview 2 3const ( 4 SessionCookieSecret = "TODO_CHANGE_ME" 5 SessionName = "appview-session" 6 SessionHandle = "handle" 7 SessionDid = "did" 8 SessionPds = "pds" 9 SessionAccessJwt = "accessJwt" 10 SessionRefreshJwt = "refreshJwt" 11 SessionExpiry = "expiry" 12 SessionAuthenticated = "authenticated" 13 TimeLayout = "2006-01-02 15:04:05.999999999 -0700 MST" 14)