vertx-web icon indicating copy to clipboard operation
vertx-web copied to clipboard

ChainAuthHandler should invoke postAuthentication

Open tsegismont opened this issue 1 year ago • 0 comments

See #2408

Some auth handlers have postAuthentication methods that must be invoked. For example, FormLoginHandler may have to redirect the client after authentication.

ChainAuthHandler was not able to invoke the post-authentication method of the handler that authenticated the user.

tsegismont avatar Mar 14 '24 14:03 tsegismont