You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bump test SSL libraries
* Fix copy paste error
* fix bad spacing
* Update README.md
* bump again
* remove libressl 3.5.3
* Update ssl.yml
* put back 3.5.x for failing badge
* Update action.yml
* point URLs back to main since testing worked
* Only publish badge on push
leftover from me testing on my fork 25 days ago 😭
* Trying using 1.1 apis with libressl
libressl/portable#764 (comment)
Co-Authored-By: Theo Buehler <botovq@users.noreply.github.com>
* Limit new APIs to required version
limit change to older supported versions
* Update tests for new libressl APIs
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
In order to maintain compatibility, [picojson](https://github.com/kazuho/picojson) is still used to provide a specialized `jwt::claim` along with all helpers. Defining `JWT_DISABLE_PICOJSON` will remove this optional dependency. It's possible to directly include the traits defaults for the other JSON libraries. See the [traits examples](https://github.com/prince-chrismc/jwt-cpp/tree/master/example/traits) for details.
83
+
In order to maintain compatibility, [picojson](https://github.com/kazuho/picojson) is still used to provide a specialized `jwt::claim` along with all helpers. Defining `JWT_DISABLE_PICOJSON` will remove this optional dependency. It's possible to directly include the traits defaults for the other JSON libraries. See the [traits examples](https://github.com/Thalhammer/jwt-cpp/tree/master/example/traits) for details.
83
84
84
85
As for the base64 requirements of JWTs, this libary provides `base.h` with all the required implentation; However base64 implementations are very common, with varying degrees of performance. When providing your own base64 implementation, you can define `JWT_DISABLE_BASE64` to remove the jwt-cpp implementation.
0 commit comments