yourkarma / JWT

A JSON Web Token implementation in Objective-C.
MIT License
351 stars 107 forks source link

Missing claimsSet extraction added. #159

Closed lolgear closed 6 years ago

lolgear commented 6 years ago

New Pull Request Checklist

This merge request fixes / refers to the following issues: ...

Pull Request Description

... Possible fix of #158

icedice commented 6 years ago

Man you guys work fast 👍 I've testet it and it works as expected. The only strange thing is that i now see this Umbrella header for module 'JWT' does not include header 'JWTAlgorithmESBase.h' Which caused me not to be able to build because I set "treat warnings as errors".

lolgear commented 6 years ago

@icedice try latest master

icedice commented 6 years ago

Perfect. After forcing my podfile to use "e201ea5a2e2e8530b17e11cad08fda0e788a5a3f" it works perfectly. Thanks a lot!