HubSpot / slack-client

An asynchronous HTTP client for Slack's web API
Apache License 2.0
115 stars 53 forks source link

Add user access token to OAuth credentials model for V2 app #203

Closed zmarushchak-hs closed 4 years ago

zmarushchak-hs commented 4 years ago

In addition to bot token, we need to store user access token from Slack token request (oauth.v2.access) response on app installation.OAuthV2CredentialsIF model needs to be updated to get this token.