JSON Web Token Swift implementation of JSON Web Token. Installation CocoaPods is the recommended installation method. pod 'JWT' Usage Verify a JWT import JWT JWT.verify("eyJhbG...y5w") Supported claims Issuer (iss) Claim License JWT is licensed under the BSD license. See LICENSE for more info.