mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-17 20:01:32 +03:00
12 lines
295 B
Plaintext
12 lines
295 B
Plaintext
/+ oauth2
|
|
::
|
|
::::
|
|
::
|
|
=+ aut=(oauth2 [`/com/slack /oauth/authorize ~] /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)))
|
|
--
|