xinra-oss / review-community

Other
2 stars 0 forks source link

Implement authentication and authorization with Spring Security #15

Closed erikhofer closed 7 years ago

erikhofer commented 7 years ago

As discussed in #5 we'll use the built-in sessions of Spring Security for authentication for now. Authorization was designed in #6.

It seems like the proper way to implement this is by customizing the default form login (See e.g. http://www.baeldung.com/securing-a-restful-web-service-with-spring-security).

This is a more comprehensive guide: https://dzone.com/articles/secure-rest-services-using