google / jwt_verify_lib

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

Boolean JWT Claim Support #71

Open aryan16 opened 1 year ago

aryan16 commented 1 year ago

I have a requirement for boolean JWT Claim and I found that there is not support for boolean JWT Claim in this library ? Any particular reason to not support it.

aryan16 commented 1 year ago

cc: @lizan

qiwzhang commented 1 year ago

Most of JWT claim fields are opaque to this library. How will you expect this library to use your boolean field?