A vibe coded tangled fork which supports pijul.
at 81a8e88abcaf3eef45240dd36b003f17905ccbd4 14 lines 399 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 SessionAuthenticated = "authenticated" 14)