kreactive / JSONWebToken

Swift lib for decoding, validating, signing and verifying JWT
MIT License
36 stars 24 forks source link

JSONWebToken header #12

Open dj-neza opened 6 years ago

dj-neza commented 6 years ago

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 part in the object. Is this left out on purpose and if so, why? Otherwise it would be really great if we could access it the same way as the payload.

dj-neza commented 6 years ago

BUMP! Any updates on the issue?