angular-digest-auth icon indicating copy to clipboard operation
angular-digest-auth copied to clipboard

AngularJS module to manage HTTP Digest Authentication

Results 22 angular-digest-auth issues
Sort by recently updated
recently updated
newest added

I'd like to know if there is any example app using the angular-digest-auth module. It would help a lot :)

enhancement

There are 2 local sites that are running on different ports one is for server and one is UI. The server has enabled the CORS using the following settings. ```...

var _valuePattern = /([a-zA-Z]+)=\"?([a-zA-Z0-9\/\s]+)\"?/; is wrong as nonce can have '=' sign.

Can't seem to get it working. It sends the login request, but that seems to be it. No callbacks, no signin, nothing. So I wanted to ask whether any help...

I propose this fix for the issue #24. This fix allow too : - to trigger the callback function on logout - to add a callback function on `failure` state

How can we support logout of a user and then optionally logging as a different user? What I see now is that credentials of the first successfully logged user are...

Mention how to install via npm. Go into more detail about the need to replace the WWW-Authenticate header.

This is a hard issue to describe in a way you can replicate, without sending you my entire application. If I get time later I may attempt to construct a...

I'm attempting to submit a patch for the WWW-Authenticate parser function. As part of that I'd like to add a test. However, the tests don't seem to run for me....