Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 585 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 585 Bytes

JSON Web Token

Build Status

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.