Swift implementation of JSON Web Token.
CocoaPods is the recommended installation method.
pod 'JWT'
import JWT
JWT.verify("eyJhbG...y5w")
- Issuer (
iss
) Claim
JWT is licensed under the BSD license. See LICENSE for more info.
Swift implementation of JSON Web Token.
CocoaPods is the recommended installation method.
pod 'JWT'
import JWT
JWT.verify("eyJhbG...y5w")
iss
) ClaimJWT is licensed under the BSD license. See LICENSE for more info.