mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
PEM signing now works...silly double pointergit add -A Test code still needs to be removed
This commit is contained in:
parent
5a150780cf
commit
aaf5c9bb46
8 changed files with 233 additions and 9 deletions
|
@ -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);
|
||||
|
||||
/**
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue