axios-digest

JSON →
library 0.3.0 ·javascript
verified Jun 7, 2026

Axios wrapper adding Digest Authentication support (RFC 2617). Version 0.3.0 is the latest stable release with TypeScript definitions included. The library wraps axios to automatically handle the WWW-Authenticate challenge, nonce, and response calculation for HTTP Digest access authentication. Unlike manual header construction, it provides a simple class-based interface with methods for GET, POST, PUT, PATCH, DELETE, and HEAD. No additional dependencies beyond the peer dependency axios.