Skip to content

rewolf/blog-hmac-auth-webclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HMAC Auth with WebClient Demo

It is an example of how to do HMAC-based auth using Spring's WebClient.

There are two subdirectories here corresponding to the two sections.

  • One focuses on using an Exchange Filter Function to add a header that signs the details of a GET request
  • The second shows how one might build a signing for a POST request, with body signing.