kylef / JSONWebToken.swift

Swift implementation of JSON Web Token (JWT).
http://jwt.io
BSD 2-Clause "Simplified" License
763 stars 226 forks source link

Expose ClaimSet.claims publicly #106

Closed chadmoone closed 3 years ago

chadmoone commented 6 years ago

It seems like this should be exposed as public. Especially since subscript is also public, unless I'm missing something, I'm not sure the value of keeping this private.

chadmoone commented 6 years ago

I'm not 100% sure why this build is failing, but it looks like a travis or build config issue.