jwtpp
jwtpp copied to clipboard
Make jwtpp::claims::set a template class
- Provide single claims::set::any() method that accepts a template parameter (value).
- Make std::string default template argument to keep compatability with older code.
- Also make claims::has & claims::check template classes.