A vibe coded tangled fork which supports pijul.
at f7d60daa32e0c0f7e42a3eb7a3b2a9ac9b42d217 20 lines 605 B view raw
1package oauth 2 3const ( 4 SessionName = "appview-session-v2" 5 AccountsName = "appview-accounts-v2" 6 AuthReturnName = "appview-auth-return" 7 AuthReturnURL = "return_url" 8 AuthAddAccount = "add_account" 9 SessionHandle = "handle" 10 SessionDid = "did" 11 SessionId = "id" 12 SessionPds = "pds" 13 SessionAccessJwt = "accessJwt" 14 SessionRefreshJwt = "refreshJwt" 15 SessionExpiry = "expiry" 16 SessionAuthenticated = "authenticated" 17 18 SessionDpopPrivateJwk = "dpopPrivateJwk" 19 SessionDpopAuthServerNonce = "dpopAuthServerNonce" 20)