java-tutorials/spring-security-basic-auth/README.md

15 lines
492 B
Markdown
Raw Normal View History

=========
2013-07-14 07:03:04 -04:00
## Spring Security with Basic Authentication Example Project
2016-06-28 05:30:45 -04:00
###The Course
The "Learn Spring Security" Classes: http://bit.ly/learnspringsecurity
2013-07-14 07:03:04 -04:00
### 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)
### Notes
2016-06-28 05:30:45 -04:00
- the project includes both views as well as a REST layer