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

fix: use int.from_bytes #846

Merged
merged 3 commits into from Aug 20, 2021
Merged

fix: use int.from_bytes #846

merged 3 commits into from Aug 20, 2021

Conversation

busunkim96
Copy link
Contributor

@busunkim96 busunkim96 commented Aug 20, 2021

Now that Python 2.7 support has been removed we can use int.from_bytes instead of deprecated
function int_from_bytes.

Fixes #773

release-please bot and others added 2 commits August 20, 2021 16:47
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 20, 2021
@busunkim96 busunkim96 changed the title Fixes #773 fix: use int.from_bytes Aug 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JWT decoding depends upon deprecated function
2 participants