A vibe coded tangled fork which supports pijul.
at 978dfbde902802d21eaa40885d64ad90573316c3 13 lines 361 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 SessionHandle = "handle" 9 SessionDid = "did" 10 SessionId = "id" 11 SessionPds = "pds" 12 SessionAuthenticated = "authenticated" 13)