google / jwt_verify_lib

Provide c++ library to verify JWT tokens
Apache License 2.0
42 stars 43 forks source link

Add GetPrimitiveFieldToString #84

Closed bochengchu closed 2 years ago

bochengchu commented 2 years ago

This method does not support double type, since we don't expect double in our use case, and it is not possible to know whether it's int or double without user input.