mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-11 16:09:31 +03:00
cf96ef3ea6
Closes urbit/urbit#716, closes urbit/urbit#715
19 lines
415 B
Plaintext
19 lines
415 B
Plaintext
:: Test url +https://slack.com/api/auth.test
|
|
::
|
|
:::: /hoon/slack/com/sec
|
|
::
|
|
/+ oauth2
|
|
::
|
|
::::
|
|
::
|
|
=+ ^= aut
|
|
%+ oauth2
|
|
'https://slack.com/oauth/authorize'
|
|
'https://slack.com/api/oauth.access'
|
|
|_ {(bale keys:oauth2) tok/token.aut}
|
|
++ aut ~(. ^aut +<- /client/admin)
|
|
++ out (out-quay:aut 'token'^tok)
|
|
++ in in-code:aut
|
|
++ bak (bak-save-access:aut . |=(tok/token:aut +>(tok tok)))
|
|
--
|