Skip to content

Commit b87e6a7

Browse files
committed
SecurityLoginHandler add UserDetails
1 parent 5653760 commit b87e6a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

springboot-starter-security/src/main/java/com/codingapi/springboot/security/filter/MyAuthenticationFilter.java

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import com.alibaba.fastjson.JSONObject;
44
import com.codingapi.springboot.framework.dto.response.Response;
5-
import com.codingapi.springboot.security.dto.request.LoginRequestContext;
65
import com.codingapi.springboot.security.exception.TokenExpiredException;
76
import com.codingapi.springboot.security.gateway.Token;
87
import com.codingapi.springboot.security.gateway.TokenGateway;

0 commit comments

Comments
 (0)