mirror of
https://github.com/arun11299/cpp-jwt.git
synced 2025-05-14 16:58:34 +00:00
Added tests for expiration
This commit is contained in:
parent
e42720a446
commit
e662b445dd
4 changed files with 66 additions and 2 deletions
|
@ -762,7 +762,7 @@ public: // 'tors
|
|||
*
|
||||
* 4. headers : Can pass a initializer list of pairs or any associative
|
||||
* containers which models `MappingConcept` (see `meta::is_mapping_concept`)
|
||||
* to populate header. Not much use.
|
||||
* to populate header. Can be used to set JTI.
|
||||
*/
|
||||
template <typename... Args>
|
||||
jwt_object(Args&&... args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue