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

Availability of v0.5.0 on Windows as VCPKG #135

Closed kiddigital closed 3 years ago

kiddigital commented 3 years ago

At the moment, the latest v0.5.0 version is not (yet) available as a Package in Microsofts C++ package library.

The previous version, v.0.4.0 is available, see https://vcpkg.info/port/jwt-cpp

Would be great to get the v0.5.0 available as well.

JWT-CPP is the ONLY package in this library providing JWT support. Also it is the best :)

https://github.com/microsoft/vcpkg/tree/master/ports/jwt-cpp

prince-chrismc commented 3 years ago

I am a contributor for Conan so it will feel a little bit of treason but I'll take a look.

prince-chrismc commented 3 years ago

Hopefully the PR gets merged quickly!

kiddigital commented 3 years ago

Thanks a lot @prince-chrismc , just got the notification that the PR has been merged. The v0.5.0 release is now part of the VCPKG master branch :) Now hopefully Microsoft also brings out a new release soon, so it is even part of the most recent downloadable package.

prince-chrismc commented 3 years ago

Enjoy!