diff --git a/gen/hood/init-auth-basic.hoon b/gen/hood/init-auth-basic.hoon index 22f2523fb..c54ab6273 100644 --- a/gen/hood/init-auth-basic.hoon +++ b/gen/hood/init-auth-basic.hoon @@ -13,13 +13,13 @@ {arg/$@($~ {dom/path $~})} $~ == -^- (sole-result {$write-sec-atom p/host q/@}) +^- (sole-result {$write-sec-atom p/host:eyre q/@}) =- ?~ arg - (fun.q.q [%& dom.arg]) %+ sole-lo [%& %oauth-hostname "api hostname: https://"] -%+ sole-go thos:urlp -|= hot/host +%+ sole-go thos:de-purl:html +|= hot/host:eyre ?: ?=($| -.hot) ~|(%ips-unsupported !!) %+ sole-lo @@ -31,4 +31,4 @@ %+ sole-go (boss 256 (star prn)) |= pas/@t %+ sole-so %write-sec-atom :: XX typed pair -[hot (crip (sifo (rap 3 usr ':' pas ~)))] +[hot (crip (en-base64:mimes:html (rap 3 usr ':' pas ~)))] diff --git a/lib/basic-auth.hoon b/lib/basic-auth.hoon index 16bd35ca7..c98fec135 100644 --- a/lib/basic-auth.hoon +++ b/lib/basic-auth.hoon @@ -22,7 +22,7 @@ :: ++ add-auth-header |= a/hiss ^- hiss - ~& auth+(earn p.a) + ~& auth+(en-purl:html p.a) %_(a q.q (~(add ja q.q.a) %authorization header:auth)) :: ++ standard diff --git a/lib/oauth1.hoon b/lib/oauth1.hoon index 97bae83e8..a57cb3001 100644 --- a/lib/oauth1.hoon +++ b/lib/oauth1.hoon @@ -12,7 +12,7 @@ $% {$request-token oauth-token/@t token-secret/@t} :: intermediate {$access-token oauth-token/@t token-secret/@t} :: full == -++ quay-enc (list tape):quay :: partially rendered query string +++ quay-enc (list tape) :: partially rendered query string -- :: :::: diff --git a/sec/com/github.hoon b/sec/com/github.hoon index f1d8be9ee..18bf95d76 100644 --- a/sec/com/github.hoon +++ b/sec/com/github.hoon @@ -4,7 +4,7 @@ :: /+ basic-auth :: -|_ {bal/(bale keys:basic-auth) $~} +|_ {bal/(bale:eyre keys:basic-auth) $~} ++ aut ~(standard basic-auth bal ~) ++ filter-request out-adding-header:aut --