garyf / json_web_token_ex

An Elixir implementation of the JSON Web Token (JWT) Standard, RFC 7519
MIT License
143 stars 50 forks source link

Use base url functions #15

Closed seizans closed 7 years ago

seizans commented 7 years ago

Use Base.url_encode64 / Base.url_decode64! with padding: false instead of using JsonWebToken.Format.Base64Url module.

princemaple commented 7 years ago

Hi @garyf , this PR looks really good. Could you merge it in? Thank you very much.

garyf commented 7 years ago

@seizans thank you for such an excellent PR!

seizans commented 7 years ago

👍