A dope bot for iOS Folks
ngrok http http://0.0.0.0:8080
to expose your local server to the internet.http://abc123.ngrok.io
)./oauth
at the end of it (so, in our example, http://abc123.ngrok.io/oauth
)docker run --name redis -p 6379:6379 -d redis
. Otherwise you can use MemoryStorage
in place of redis.STORAGE_URL
environment variable to the redis URL (redis://127.0.0.1:6379
by default)CLIENT_ID
and CLIENT_SECRET
to the IDs that Slack shows on your App page. (Alternatively message @mergesort for some development credentials you can use for testing an integration.)REDIRECT_URI
to the redirect URL we set earlier ( http://abc123.ngrok.io/oauth
, in our example)http://0.0.0.0:8080/login
and authorize the app.