Posting the solution just in case if anyone is facing the same issue:
Create new PreAuthenticatedAuthenticationToken token
here's the code:
Collection<GrantedAuthority> authorities = new...
Type: Posts; User: surfer; Keyword(s):
Posting the solution just in case if anyone is facing the same issue:
Create new PreAuthenticatedAuthenticationToken token
here's the code:
Collection<GrantedAuthority> authorities = new...
Hello all,
I have implemented the remember me (persistence token based) service and that i working fine along with UsernamePasswordAuthenticationFilter. However, after a user logs in, if the user is...