2020-08-18 06:13:55 -04:00
|
|
|
## Spring Security Web - REST Basic Authentication
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
This module contains articles about basic authentication in RESTful APIs with Spring Security
|
|
|
|
|
2019-10-25 08:14:04 -04:00
|
|
|
### The Course
|
2019-10-31 21:43:47 -04:00
|
|
|
|
|
|
|
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
|
|
|
|
|
|
|
|
### Relevant Articles:
|
2019-10-25 08:14:04 -04:00
|
|
|
|
2019-10-31 21:43:47 -04:00
|
|
|
- [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 06:47:42 -04:00
|
|
|
- [New Password Storage in Spring Security 5](https://www.baeldung.com/spring-security-5-password-storage)
|
2022-07-18 10:55:59 -04:00
|
|
|
- [Default Password Encoder in Spring Security 5](https://www.baeldung.com/spring-security-5-default-password-encoder)
|
2022-11-05 06:51:54 -04:00
|
|
|
- [Basic Authentication With Postman](https://www.baeldung.com/java-postman-authentication)
|
2022-07-18 10:55:59 -04:00
|
|
|
|