mhoc / axios-digest-auth

Axios-like HTTP Digest Auth
https://axios-digest-auth.mhoc.co
The Unlicense
14 stars 20 forks source link

Use RFC compliant auth header parser. #7

Closed koush closed 2 years ago

koush commented 2 years ago

When any of the fields have a = token in them, header parsing fails. Use an RFC compliant header parser. I should have done this in my earlier pull request when I fixed another header parsing issue.