google / jwt_verify_lib

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

jwks without kid can be applied to the jwt with kid #65

Closed wbpcode closed 2 years ago

wbpcode commented 2 years ago

In the current implementation, jwks without kid can be applied to the jwt with kid.

Does this as expected?

qiwzhang commented 2 years ago

There is not standard specified in this case. We can implemented any way we want. That is how we implemented for now.

wbpcode commented 2 years ago

There is not standard specified in this case. We can implemented any way we want. That is how we implemented for now.

get it.