summaryrefslogtreecommitdiff
path: root/lib/json_web_token/hmac_token.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add typ header back into JWT payloadStan Hu2018-12-291-1/+1
| | | | | | | | ruby-jwt v2.0 removed the `typ` header in https://github.com/jwt/ruby-jwt/commit/cc41d53e00f8cbf015271b53f5ad761bd6ac2312. To ensure tokens don't get marked invalid during an upgrade, add it back to ensure backwards compatibility.
* Relocate JSONWebToken::HMACToken from EEashmckenzie/hmac-token-decode-and-testsAsh McKenzie2018-11-131-0/+28