reactive/webflux/hello-security-explicit
This commit is contained in:
+1
-1
@@ -42,7 +42,7 @@ public class SecurityConfiguration {
|
||||
.authorizeExchange((exchanges) -> exchanges
|
||||
.anyExchange().authenticated()
|
||||
)
|
||||
.httpBasic(withDefaults());
|
||||
.formLogin(withDefaults());
|
||||
// @formatter:on
|
||||
return http.build();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user