Skip to content

Remove newlines from accesstoken string.

Arber X requested to merge arber/ConnectionOptions/remove-newline-jwt into master

Description

When reading the access token, if the token file has a newline, the resulting HTTP request will split the Authorization header field into two separate fields, resulting in an error on the server-side.

Edited by Arber X

Merge request reports