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

12 lines
528 B
Markdown
Raw Normal View History

=========
2013-08-04 07:06:29 -04:00
## REST API with Basic Authentication - Example Project
2016-06-28 05:36:31 -04:00
###The Course
2016-08-12 10:00:58 -04:00
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
### Relevant Articles:
2019-02-28 07:47:08 -05:00
- [Basic Authentication with the RestTemplate](http://www.baeldung.com/how-to-use-resttemplate-with-basic-authentication-in-spring)
2019-02-28 07:04:22 -05:00
- [A Custom Filter in the Spring Security Filter Chain](http://www.baeldung.com/spring-security-custom-filter)
2017-09-07 14:10:03 -04:00
- [Spring Security Basic Authentication](http://www.baeldung.com/spring-security-basic-authentication)