We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This section details the various providers supported.
They are all based on the Provider interface for checking an external Token and converting it to either a UserProfile or a payload.
public interface Provider<T> { void checkJWT(String token, Handler<AsyncResult<T>> resultHandler); }