GildedHonour / frank_jwt

JSON Web Token implementation in Rust.
https://jwt.io
Apache License 2.0
252 stars 47 forks source link

Removed padding '=' when encoding jwt signatures. #36

Closed o0Ignition0o closed 6 years ago

o0Ignition0o commented 6 years ago

This PR removes padding '=' characters at the end of JWTs as described in the JWS specification

It should fix #28