reactive/webflux/hello-security-explicit

This commit is contained in:
Rob Winch
2020-07-27 16:20:47 -05:00
parent a19d2a6aa8
commit a54a4c5c5f
3 changed files with 3 additions and 3 deletions
@@ -42,7 +42,7 @@ public class SecurityConfiguration {
.authorizeExchange((exchanges) -> exchanges
.anyExchange().authenticated()
)
.httpBasic(withDefaults());
.formLogin(withDefaults());
// @formatter:on
return http.build();
}