auth0 / java-jwt

Java implementation of JSON Web Token (JWT)
MIT License
5.91k stars 926 forks source link

It is suspected that the interface definition is incorrect #688

Open slxson101 opened 4 months ago

slxson101 commented 4 months ago

Checklist

Describe the problem you'd like to have solved

1 .The build () method of the Verification interface returns an instance of the JWTVerifier interface 2.Open extensibility,For example, the error of token parsing failure is handled in a customized manner.

``

Describe the ideal solution

Verification's build () method definition returns the JWTVerifier abstraction

Alternatives and current workarounds

There's no good solution for now

Additional context

image image