10 lines
287 B
Markdown
Raw Normal View History

2013-08-03 18:01:45 +03:00
=========
2013-08-04 14:06:29 +03:00
## REST API with Digest Authentication - Example Project
2013-08-03 18:01:45 +03:00
2016-06-28 12:36:58 +03:00
###The Course
2016-08-12 17:02:13 +03:00
The "Learn Spring Security" Classes: http://github.learnspringsecurity.com
2013-08-03 18:01:45 +03:00
### Relevant Articles:
2013-08-04 14:06:29 +03:00
- [RestTemplate with Digest Authentication](http://www.baeldung.com/resttemplate-digest-authentication)