SkyLothar / lua-resty-jwt

JWT For The Great Openresty
Apache License 2.0
513 stars 179 forks source link

How the JWT is being verified? #105

Open vishrantgupta opened 8 months ago

vishrantgupta commented 8 months ago

https://github.com/SkyLothar/lua-resty-jwt/blob/ee1d024071f872e2b5a66eaaf9aeaf86c5bab3ed/lib/resty/jwt.lua#L535

Referencing to the above implementation, where secret is being used in verify_jwe_obj?