QJsonWebToken icon indicating copy to clipboard operation
QJsonWebToken copied to clipboard

you have to use base64url with no trailing

Open pshvedko opened this issue 4 years ago • 0 comments

you have to use Base64Options as OmitTrailingEquals | Base64UrlEncoding with toBase64 and fromBase64

pshvedko avatar Jul 30 '20 23:07 pshvedko