What's the best way to secure my REST service in S...
# spring
p
What's the best way to secure my REST service in Spring? I would prefer solutions with as little of custom code as possible. I imagine that my client would send username/password and receive some sort of token from the server which it will then add to each subsequent request.