2013-05-26 18:42:50 +03:00
|
|
|
=========
|
|
|
|
|
2013-07-14 14:03:04 +03:00
|
|
|
## Spring Security for REST Example Project
|
|
|
|
|
2016-06-28 12:38:51 +03:00
|
|
|
### Courses
|
|
|
|
The "REST With Spring" Classes: http://bit.ly/restwithspring
|
|
|
|
|
2016-08-12 17:03:09 +03:00
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
2013-07-14 14:03:04 +03:00
|
|
|
|
|
|
|
### Relevant Articles:
|
2013-12-21 23:14:43 +02:00
|
|
|
- [Spring REST Service Security](http://www.baeldung.com/2011/10/31/securing-a-restful-web-service-with-spring-security-3-1-part-3/)
|
2016-02-10 14:27:10 +02:00
|
|
|
- [Setting Up Swagger 2 with a Spring REST API](http://www.baeldung.com/swagger-2-documentation-for-spring-rest-api)
|
2016-02-11 02:47:43 +02:00
|
|
|
- [Custom Error Message Handling for REST API](http://www.baeldung.com/global-error-handler-in-a-spring-rest-api)
|
2017-01-08 13:25:59 +06:00
|
|
|
- [Spring Security Context Propagation with @Async](http://www.baeldung.com/spring-security-async-principal-propagation)
|
2017-02-19 22:22:43 +01:00
|
|
|
- [Servlet 3 Async Support with Spring MVC and Spring Security](http://www.baeldung.com/spring-mvc-async-security)
|
2017-10-22 19:35:08 +03:00
|
|
|
- [Intro to Spring Security Expressions](http://www.baeldung.com/spring-security-expressions)
|
2018-05-03 19:44:44 +06:00
|
|
|
- [Spring Security for a REST API](http://www.baeldung.com/securing-a-restful-web-service-with-spring-security)
|