Skip to content

Commit 4da1407

Browse files
committed
Removed BackAuthorization handler from chain
1 parent beb3d1a commit 4da1407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hivemq-edge/src/main/java/com/hivemq/api/ioc/ApiModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ public abstract class ApiModule {
108108
@ElementsIntoSet
109109
@Singleton
110110
static Set<IAuthenticationHandler> provideAuthHandlers(
111-
final @NotNull BasicAuthenticationHandler basicAuthenticationHandler,
111+
/*final @NotNull BasicAuthenticationHandler basicAuthenticationHandler,*/
112112
final @NotNull BearerTokenAuthenticationHandler bearerTokenAuthenticationHandler) {
113-
return Set.of(basicAuthenticationHandler, bearerTokenAuthenticationHandler);
113+
return Set.of(bearerTokenAuthenticationHandler);
114114
}
115115

116116
@Provides

0 commit comments

Comments
 (0)