Thalhammer / jwt-cpp

A header only library for creating and validating json web tokens in c++
https://thalhammer.github.io/jwt-cpp/
MIT License
864 stars 235 forks source link

Allow generic access to JWT header and payload #251

Closed prince-chrismc closed 1 year ago

prince-chrismc commented 1 year ago

closes #248 by allow direct access to the JSON. This section of code is only used to debug so it should be better to not have the hassle of the claim wrapping the data

prince-chrismc commented 1 year ago

Yep! Sever > surprise

This way it's very obvious the need to update the code... instead of not having access to old memeber functions.