Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adapter.http: fix base64 decoding without padding
Many online tools omit the padding when encoding base64url. Thus, requesters may omit the padding as well, which would cause the decoding to fail. Thus, we simply always append two padding characters, because python doesn't complain about too much padding.
- Loading branch information