cpp-jwt icon indicating copy to clipboard operation
cpp-jwt copied to clipboard

Not able to call `payload()` with a string

Open TennisBowling opened this issue 3 years ago • 0 comments

I'm currently trying to use jwt::params::payload() in making a jwt_object, but my "payload" is a string (json string). I'm not sure how to get it into payload().

TennisBowling avatar Jul 02 '22 23:07 TennisBowling