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