mhoc / axios-digest-auth

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

Refactored realm and nonce detection #1

Closed chrispyman closed 3 years ago

chrispyman commented 3 years ago

This fixes an issue where the realm isn't selected properly for this WWW-Authenticate header which results in authentication failing: Digest qop="auth", realm="thermostat", nonce="1612605593"

mhoc commented 3 years ago

:+1: