JSONWebToken icon indicating copy to clipboard operation
JSONWebToken copied to clipboard

Swift lib for decoding, validating, signing and verifying JWT

Results 8 JSONWebToken issues
Sort by recently updated
recently updated
newest added

Hey there @antoinepalazzolo and @g-bourachot, I'm currently helping develop a framework that uses your SDK. When "Define Module" is enabled, a module.modulemap file will automatically be generated, which is required...

This one does two things: - It adds a `Boolean` claim transformer so that the boolean claims can also be verified. It closes Issue #16. - It also updates the...

There are transformers for almost all the JSON types in the library, except `Boolean`. It would be great to add the Boolean Transformer for the sake of completeness.

there is spike in crash recently in this statement so as recommended use safe unwrap instead of newValue == nil. Crashed: com.apple.main-thread 0 JSONWebToken 0x10427fe60 $S12JSONWebToken23SignatureValidatorErrorOMa + 656 1 JSONWebToken...

changes in code and project settings for building the project on Xcode 10.2 with swift5

Hi! This project is awesome, so thank you for this contribution. But I do have a question - when turning my token String into JSONWebToken type I don't get header...

When using the .podspec I get: [!] Unable to read the license file `(Project Folder)/Pods/JSONWebToken/LICENSE` for the spec `JSONWebToken (1.0)`