Is there a way to do that without using a POST request to "j_spring_security_check"?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I needed the same thing (in my case I wanted to log in a user after they created a new account), so I dug around in the generated RegistrationService and found this is how it is done:
Hope that helps. Note: In my example, I use the email/password to login. The |
|||||||
|