A SIP Authorization tester written in TypeScript. Currently supports qop=auth and null qop. All script is client-side -- no sensitive information is transmitted over the wire.
- https://en.wikipedia.org/wiki/Digest_access_authentication
- https://tools.ietf.org/html/rfc3261
- https://tools.ietf.org/html/draft-smith-sipping-auth-examples-01
- https://tools.ietf.org/html/rfc2617
And, of course: