yourkarma / JWT

A JSON Web Token implementation in Objective-C.
MIT License
351 stars 107 forks source link

coders: base64 coder option added. alternative behaviors for plain and base64 strings added. #182

Closed lolgear closed 6 years ago

lolgear commented 6 years ago

New Pull Request Checklist

Before merge, please, assure that your commits are grouped. Please, don't make several PRs with single commit, group PRs into one if possible.

This merge request fixes / refers to the following issues: ...

Pull Request Description

Possible solution for incorrect base64 coding behavior.

181