-
-
Notifications
You must be signed in to change notification settings - Fork 291
Description
What's your question?
Guide to Setting Up jwt-cpp?
Additional Context
Hi, before anything, thank you for creating and supporting this repo!
I was a bit confused in using this library--should I just include the entire folder in the desired project folder that I wish to use jwt-cpp? Do I also have to install the dependencies that I'd like to use (like OpenSSL) separately on my own, and/or build the repo with cmake?
I'm trying to use the functionalities in Visual Studio, but the #include is not recognizing jwt-cpp's dependencies like Openssl and picojson so was a bit lost on the setup steps that I may be missing.

I've tried including the jwt-cpp repo under my project directory and tried building it using cmake (the build seemed to work except this part -- Could NOT find jsoncons (missing: jsoncons_DIR) -- Could NOT find nlohmann_json (missing: nlohmann_json_DIR)
I really appreciate taking a look at this basic question and would love any guidance on how I can properly set jwt-cpp up and use it!