We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b239bb3 commit 739cb88Copy full SHA for 739cb88
endpoints/bookstore-grpc/jwt_token_gen.py
@@ -68,4 +68,4 @@ def generate_jwt(service_account_file, issuer, audiences):
68
args = parser.parse_args()
69
70
signed_jwt = generate_jwt(args.file, args.issuer, args.audiences)
71
- print(signed_jwt)
+ print(signed_jwt.decode('utf-8'))
0 commit comments