Convert jwt encode to string for github in python3

The result of a JWT encode() in python3 is a bytes object. When it is
then inserted into the bearer string python does the simple encoding and
inserts a b'<token>' into the header and so authentication fails.

Change-Id: I8f861010ee3b55d1b01e91b9a87812722e0a4f00
1 file changed