google / jwt_verify_lib

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

Add getStatusName #56

Closed TAOXUY closed 4 years ago

TAOXUY commented 4 years ago

Description: Add util function to convert enum Status to string name.

Why: It can be used as error name in the respond code detail in the envoy jwt_authn filter

TAOXUY commented 4 years ago

@qiwzhang @nareddyt PTAL

TAOXUY commented 4 years ago

Use the statusString for rc_detail instead. This PR is no need anymore.