JWT-CPP v0.7.0
A header only library for creating and validating JSON Web Tokens (JWT) in C++
|
#include <jwt.h>
Public Member Functions | |
void | operator() (const verify_context< json_traits > &ctx, std::error_code &ec) const |
Public Attributes | |
const size_t | leeway |
Checks that the current time is after the time specified in the given claim. This is identical to how the "nbf" and "iat" check works.