JWT decoding depends upon deprecated function #773
Labels
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Environment details
google-auth
version: 1.30Steps to reproduce
Decode a JWT token from Google Cloud Identity-Aware Proxy
Error
The following deprecation warnings are issues from the
cryptography
library:The changes necessary seem self evident. The function in question exists in Python 3.2+ and therefore falls within the currently stated supported versions (3.5+).
The text was updated successfully, but these errors were encountered: