Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: mitigate problem with ChainAuthHandler
A problem with the ChainAuthHandler was introduced in vert.x version 4.5.6. To mitigate the issue, we do not use the vert.x ChainAuthHandler when only one AuthenticationHandler is used. The problem still exists when more than one AuthenticationHandler is used. vert-x3/vertx-web#2611
- Loading branch information