Skip to content

Fix #474 by making redirect_uri optional - #475

Merged
seratch merged 1 commit into
slackapi:masterfrom
seratch:issue-474
May 27, 2020
Merged

Fix #474 by making redirect_uri optional#475
seratch merged 1 commit into
slackapi:masterfrom
seratch:issue-474

Conversation

@seratch

@seratch seratch commented May 27, 2020

Copy link
Copy Markdown
Contributor

Summary

This pull request fixes #474 by making redirect_uri parameter optional for oauth.access and oauth.v2.access API method calls.

Requirements (place an x in each [ ])

@seratch seratch added bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented project:slack-api-client project:slack-api-client labels May 27, 2020
@seratch seratch added this to the 1.0.x milestone May 27, 2020
@codecov

codecov Bot commented May 27, 2020

Copy link
Copy Markdown

Codecov Report

Merging #475 into master will decrease coverage by 0.05%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #475      +/-   ##
============================================
- Coverage     83.69%   83.64%   -0.06%     
- Complexity     2415     2416       +1     
============================================
  Files           251      251              
  Lines          6503     6505       +2     
  Branches        592      594       +2     
============================================
- Hits           5443     5441       -2     
- Misses          695      699       +4     
  Partials        365      365              
Impacted Files Coverage Δ Complexity Δ
.../com/slack/api/methods/impl/MethodsClientImpl.java 92.30% <100.00%> (+0.03%) 417.00 <0.00> (+2.00)
...pi/methods/metrics/impl/RedisMetricsDatastore.java 87.03% <0.00%> (-2.47%) 37.00% <0.00%> (-1.00%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 432fbab...41a2e7e. Read the comment docs.

@seratch
seratch merged commit df7e56f into slackapi:master May 27, 2020
@seratch
seratch deleted the issue-474 branch May 27, 2020 23:48
seratch added a commit that referenced this pull request May 28, 2020
* [slack-api-model] Add missing fields in objects (confirm.style in blocks, user.is_invited_user: boolean, message.hidden, Slack post related fields in file objects) - thanks @seratch
* [slack-api-client etc] #466 #462 Calls API support - thanks @seratch
* [slack-api-client] #475 #474 Make redirect_uri for oauth.access / oauth.v2.access optional - thanks @natevaughan @seratch
* [slack-api-client] #476 Bump dependencies (okhttp, micronaut, tyrus-standalone-client) - thanks @seratch
* [slack-api-client] #459 Adding ping message and pong event to RTM client - thanks @gaspardpetit
* [slack-api-client] #451 Add support and check for the event subtypes in RTM client - thanks @gaspardpetit
* [bolt] #455 Improve OAuth flow module to consider the cases where team is missing in oauth.v2.access responses - thanks @seratch
* [bolt] #476 Bump dependencies (aws-java-sdk-s3) - thanks @seratch
emanguy pushed a commit to emanguy/java-slack-sdk that referenced this pull request Jun 22, 2020
* [slack-api-model] Add missing fields in objects (confirm.style in blocks, user.is_invited_user: boolean, message.hidden, Slack post related fields in file objects) - thanks @seratch
* [slack-api-client etc] slackapi#466 slackapi#462 Calls API support - thanks @seratch
* [slack-api-client] slackapi#475 slackapi#474 Make redirect_uri for oauth.access / oauth.v2.access optional - thanks @natevaughan @seratch
* [slack-api-client] slackapi#476 Bump dependencies (okhttp, micronaut, tyrus-standalone-client) - thanks @seratch
* [slack-api-client] slackapi#459 Adding ping message and pong event to RTM client - thanks @gaspardpetit
* [slack-api-client] slackapi#451 Add support and check for the event subtypes in RTM client - thanks @gaspardpetit
* [bolt] slackapi#455 Improve OAuth flow module to consider the cases where team is missing in oauth.v2.access responses - thanks @seratch
* [bolt] slackapi#476 Bump dependencies (aws-java-sdk-s3) - thanks @seratch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented project:slack-api-client project:slack-api-client

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MethodsClientImpl oauthV2Access: redirect_uri should be optional

2 participants