AuthSuccessHandler/Failure -> loginSuccessHandler extract fields in WebSecurityConfigurer to bean injections, add @Bean for handlers move jwt creation/validation to jwtHelper use hash instead of token?
AuthSuccessHandler/Failure -> loginSuccessHandler
extract fields in WebSecurityConfigurer to bean injections, add @bean for handlers
move jwt creation/validation to jwtHelper
use hash instead of token?