PEM signing now works...silly double pointergit add -A Test code still needs to be removed

This commit is contained in:
Arun M 2017-11-25 22:44:16 +05:30
parent 5a150780cf
commit aaf5c9bb46
8 changed files with 233 additions and 9 deletions

View file

@ -541,11 +541,11 @@ public: // Exposed APIs
/**
*/
template <typename T>
jwt_payload& add_claim(const string_view name, T&& value);
jwt_object& add_claim(const string_view name, T&& value);
/**
*/
jwt_payload& remove_claim(const string_view name);
jwt_object& remove_claim(const string_view name);
/**
*/