robbert229 / jwt

This is an implementation of JWT in golang!
MIT License
105 stars 27 forks source link

Changed encoding/decoding to RawURL #11

Closed tartale closed 7 years ago

tartale commented 7 years ago

Fix for Issue 10 - JWT uses base64 URL encoding, not std encoding

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 74.257% when pulling 4ae9a6d2228e1196b475a86bf221b768b608f698 on tartale:issue-10-encoding into 5481a4c110b8be985956f1e0e2328a5ac1c563b8 on robbert229:master.