Back to Zoneminder

Conan example

dep/jwt-cpp/example/conan/README.md

1.38.1418 B
Original Source

Conan example

In the current directory on Linux environment

sh
mkdir build && cd build
conan install .. && cmake .. 
cmake --build .

run executable

sh
$ ./bin/conan-example
sub = "[email protected]"
iss = "Online JWT Builder"
exp = 1641559177
aud = "www.example.com"
Surname = "Rocket"
Role = ["Manager","Project Administrator"]
iat = 1610023177
GivenName = "Johnny"
Email = "[email protected]"