2013-05-12 04:15:16 -04:00
|
|
|
=========
|
|
|
|
|
2013-07-14 07:03:04 -04:00
|
|
|
## Spring Security with Basic Authentication Example Project
|
|
|
|
|
|
|
|
|
|
|
|
### Relevant Article:
|
2013-06-01 12:40:30 -04: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)
|
2013-07-14 08:01:13 -04:00
|
|
|
|
|
|
|
|
|
|
|
### Notes
|
|
|
|
- the project includes both views as well as a REST layer
|