若依添加手机验证码登录
2024-11-12
阅读 7 分钟
316在若依平台上的账号密码登录流程如下:SysLoginController.login()--->loginService.login()--->authenticationManager.authenticate(){ --->daoAuthenticationProvider.authenticate()--->userDetailsService.loadUserByUsername()} ---> 根据用户信息创建token返回