oauth2-slack icon indicating copy to clipboard operation
oauth2-slack copied to clipboard

Slack OAuth 2.0 Client Provider for The PHP League OAuth2-Client

Results 7 oauth2-slack issues
Sort by recently updated
recently updated
newest added

Hi, thanks for this library - it's working fine for the first user (me), but any subsequent users that try and authenticate with my app are met with an `Undefined...

Hi there, First of all, thanks @adam-paterson for this useful Slack provider for The League's OAuth client. We use it on several open source projects at @jolicode. Correct me if...

New Slack apps must use the new v2 oauth flow. The old endpoints will still work for now, but will be deprecated by the end of 2020.

`BearerAuthorizationTrait` adds the `getAuthorizationHeaders` function which is used in `getAuthenticatedRequest`. I was trying to use `getAuthenticatedRequest` like I have with other third party providers to query their APIs and noticed...

This PR implements the `checkResponse` method in the Provider and adds a new exception type for catching: `SlackProviderException`.

Hacktoberfest

I have an issue with getting user's details since my app is hitting rate limit sometimes. I noticed that this method is returning empty response when the limit is hit...

Currently `\AdamPaterson\OAuth2\Client\Provider\Slack::checkResponse` is a void method. This should check the provider response for errors. **See** https://api.slack.com/web

Hacktoberfest