18 lines
932 B
Markdown
Raw Normal View History

2020-08-18 15:43:55 +05:30
## Spring Security Web - 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)
2023-05-31 16:17:42 +05:30
- [New Password Storage in Spring Security 5](https://www.baeldung.com/spring-security-5-password-storage)
- [Default Password Encoder in Spring Security 5](https://www.baeldung.com/spring-security-5-default-password-encoder)
2022-11-05 16:21:54 +05:30
- [Basic Authentication With Postman](https://www.baeldung.com/java-postman-authentication)