spring-attic / spring-security-oauth

Support for adding OAuth1(a) and OAuth2 features (consumer and provider) for Spring web applications.

Home Page:http://github.com/spring-projects/spring-security-oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JwtAccessTokenConverter#decode Unreasonable catch exception

silence934 opened this issue · comments

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