I am trying to accomplish Spring security token mechanism with custom user authentication, but I can't configure Spring because of restful application doesn't have form login page. When a user post a request to /authenticate page with username and password, the service will check this user in mysql database. After then, the service will automatically create a token then send to the user. User will access any method in the service by using this token.
Asked
Active
Viewed 45 times
0
-
What's your question exactly ? – Julien Alary Dec 11 '15 at 16:15
-
How can I accomplish this configuration in Spring security – olyanren Dec 11 '15 at 16:26