urbit/pub/bit/fab/hymn.hook
2016-01-13 15:48:20 -05:00

38 lines
693 B
Plaintext

::
::::
::
/? 314
/= gas /$ fuel
::
:::: ~sivtyv-barnel
::
!:
^- manx
=+ authcode=(fall (~(get by qix.gas) %'code') '')
;html
;head
;title: Coinbase Auth
;script@"/~/at/home/lib/urb.js";
==
;body
;*
?~ authcode
:_ ~
;div: Something went wrong. Please try to auth again.
;=
;script: authcode = {(pojo %s authcode)}
;script:'''
if (authcode)
urb.send(authcode,
{
appl: "bit",
mark: "oauth2-code"
}, function(){
})
'''
;div: 'Success. Your auth-token has been sent to your app. You can close this now.'
==
==
==