spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.
http://github.com/spring-projects/spring-security-oauth
Apache License 2.0
4.69k stars 4.05k forks source link

JwtAccessTokenConverter#decode Unreasonable catch exception #1945

Open silence934 opened 2 years ago

silence934 commented 2 years ago

Summary

In this method, you can call a custom verify.However, the verify exception is caught and an exception unrelated to verify is thrown image

Version

2.3.4.Release

Sample