2013-05-12 11:15:16 +03:00
|
|
|
=========
|
|
|
|
|
2013-07-14 14:03:04 +03:00
|
|
|
## Spring Security with Basic Authentication Example Project
|
|
|
|
|
2016-06-28 12:30:45 +03:00
|
|
|
###The Course
|
2016-08-12 16:51:15 +03:00
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
2013-07-14 14:03:04 +03:00
|
|
|
|
|
|
|
### Relevant Article:
|
2013-06-01 19:40:30 +03:00
|
|
|
- [Spring Security - security none, filters none, access permitAll](http://www.baeldung.com/security-none-filters-none-access-permitAll)
|
|
|
|
- [Spring Security Basic Authentication](http://www.baeldung.com/spring-security-basic-authentication)
|
2016-11-11 16:15:34 +06:00
|
|
|
- [Writing a Custom Filter in Spring Security](http://www.baeldung.com/spring-security-custom-filter)
|
2013-07-14 15:01:13 +03:00
|
|
|
|
|
|
|
|
|
|
|
### Notes
|
2016-06-28 12:30:45 +03:00
|
|
|
- the project includes both views as well as a REST layer
|