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

13 lines
605 B
Markdown
Raw Normal View History

## Spring Security REST Basic Authentication
This module contains articles about basic authentication in RESTful APIs with Spring Security
###The Course
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
### Relevant Articles:
- [Basic Authentication with the RestTemplate](https://www.baeldung.com/how-to-use-resttemplate-with-basic-authentication-in-spring)
- [A Custom Filter in the Spring Security Filter Chain](https://www.baeldung.com/spring-security-custom-filter)
- [Spring Security Basic Authentication](https://www.baeldung.com/spring-security-basic-authentication)