remove old header
This commit is contained in:
@@ -22,6 +22,8 @@ import lombok.ToString;
|
||||
@ToString @AllArgsConstructor @NoArgsConstructor
|
||||
public class User implements UserDetails {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
private String username;
|
||||
|
||||
private String password;
|
||||
|
||||
@@ -1,7 +1,3 @@
|
||||
/*
|
||||
* Ardiansyah | http://ard.web.id
|
||||
*
|
||||
*/
|
||||
package com.ard333.springbootwebfluxjjwt.rest;
|
||||
|
||||
import com.ard333.springbootwebfluxjjwt.model.Message;
|
||||
|
||||
@@ -48,6 +48,5 @@ public class WebSecurityConfig {
|
||||
.pathMatchers("/login").permitAll()
|
||||
.anyExchange().authenticated()
|
||||
.and().build();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user