IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

fix: update pyjwt parameters to satisfy 2.x changes #92

Closed rmkeezer closed 3 years ago

rmkeezer commented 3 years ago

This change includes updates to the jwt.decode call from by updating the verify options from https://github.com/IBM/python-sdk-core/pull/89 and specifying the algorithm in the decode to satisfy new changes in version 2.0.0 of pyjwt.

codecov[bot] commented 3 years ago

Codecov Report

Merging #92 (3ce51e1) into master (26a42a6) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #92   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files          18       18           
  Lines         665      665           
=======================================
  Hits          653      653           
  Misses         12       12           
Impacted Files Coverage Δ
ibm_cloud_sdk_core/jwt_token_manager.py 100.00% <100.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 26a42a6...3ce51e1. Read the comment docs.

ibm-devx-automation commented 3 years ago

:tada: This PR is included in version 3.3.4 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: