Thalhammer / jwt-cpp

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

📦 List available package managers #157

Closed prince-chrismc closed 3 years ago

prince-chrismc commented 3 years ago

and fix the ugly looking badge for openssl =D

0.5.1 ➡️ https://github.com/microsoft/vcpkg/pull/19618 https://github.com/conan-io/conan-center-index/pull/6893

Thalhammer commented 3 years ago

We also need to update the jwt.io website with the current support table. Hunter support might be worth looking into. It is a package manager written entirely in cmake and works really well. I've used it in a couple of internal projects lately. Support should be pretty easy to integrate.

prince-chrismc commented 3 years ago

How do we update the jwt.io website?

Thalhammer commented 3 years ago

How do we update the jwt.io website?

If I remember correctly we need to fork the website repo, update a json file and create a pull request, which is normally accepted without further questions. Imma go ahead and do so, since I already added it back then.

jsonwebtoken/jsonwebtoken.github.io/pull/548

prince-chrismc commented 3 years ago

Separate PR since there's more modifications