Thalhammer / jwt-cpp

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

Who is using jwt-cpp? / Request for improvements #203

Open Thalhammer opened 2 years ago

Thalhammer commented 2 years ago

Today I learned that apparently Cloudflare links to this project for its hiring program. I feel honored that my little pet library managed to be considered good by (at least one of) Cloudflare's employees. However this made me pretty curious as to which other companies and projects use it.

If there's a considerable number of users I will add a page with links. So if you are using jwt-cpp and want me to know (or want free advertising for your project) feel free to answer to this issue with details about your usage and where you'd like to see improvements/changes to the library.

prince-chrismc commented 2 years ago

Thanks to @olifre for sharing seems likes https://github.com/scitokens/scitokens-cpp is built on of top 🚀

olifre commented 2 years ago

@prince-chrismc Since HTCondor and XRootD (and potentially more) are built on top of scitokens-cpp, you could probably also say that these are transitively also built on top of this project :wink:.

prince-chrismc commented 9 months ago

We had another user come forward in https://github.com/Thalhammer/jwt-cpp/issues/314 who is using this professionally 👏

ImStillJohnny commented 8 months ago

Professional user here as well. No details to provide, but definitely appreciate the hard work to support this library!

p4w4n commented 5 months ago

Another professional user of this library since its early days(2019). I have deployed it in a mainframe environment with some customization to support EBCDIC encoding. Due to the sheer volume, almost gets called 100 million times a day and no failure since its deployment. Works like a charm :)

COM8 commented 5 months ago

We at AP Sensing (measuring temperature and sound via up to 100km long fibre optic cables and lasers) are also happily using the lib for all of our C++ backends that use authentication and it works like a charm. We are so happy this library exists. Thanks!

Thalhammer commented 5 months ago

We at AP Sensing (measuring temperature and sound via up to 100km long fibre optic cables and lasers)

Just checked your Website, thats some awesome tech you guys build. Great to see we still got some innovation going on in our country ;) I am glad I could help.

Thalhammer commented 2 months ago

The opensource home automation platform Domoticz also uses jwt-cpp.

laoshanxi commented 2 months ago

This open source app-mesh is using jwt-cpp, thanks for the great security tool.