sentry-auth-google icon indicating copy to clipboard operation
sentry-auth-google copied to clipboard

Force the padded string to be string

Open SanderVerkuil opened this issue 7 years ago • 1 comments

The padded string was an unicode string which is not allowed in the base64.urlsafe_b64decode function.

See https://stackoverflow.com/questions/20849805/python-hmac-typeerror-character-mapping-must-return-integer-none-or-unicode/20862445 for reference.

Fixes #31

SanderVerkuil avatar Dec 05 '18 19:12 SanderVerkuil

We are running into the same issue. @DCKramer: any update?

phihag avatar Jul 30 '19 07:07 phihag