Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pass through **kwargs to ensure additional args like skew can be set #786

Closed

Conversation

kschu91
Copy link
Contributor

@kschu91 kschu91 commented Jun 24, 2021

fixes #785

@tpazderka
Copy link
Collaborator

I am not aware of anything that should prevent this fix. Please reformat the PR with black (make blacken) in order to pass the CI.

@codecov-commenter
Copy link

codecov-commenter commented Jun 25, 2021

Codecov Report

Merging #786 (692a8b0) into master (ae5702a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #786   +/-   ##
=======================================
  Coverage   63.72%   63.72%           
=======================================
  Files          64       64           
  Lines       11843    11843           
  Branches     2095     2095           
=======================================
  Hits         7547     7547           
  Misses       3700     3700           
  Partials      596      596           
Impacted Files Coverage Δ
src/oic/oauth2/__init__.py 69.45% <ø> (ø)

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 ae5702a...692a8b0. Read the comment docs.

@tpazderka
Copy link
Collaborator

Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issued in the future: skew is not passed through in do_access_token_refresh
3 participants