flakey-bit / DotNetDigestAuth

Implementation of Digest Authentication for ASP.NET Core & ASP.NET
MIT License
17 stars 7 forks source link

How to add more logging #27

Closed alkampfergit closed 6 months ago

alkampfergit commented 6 months ago

I've a software where I added DIGEST authentication. Everything works fine in my development machine, I'm using https and valid certificates, exactly as production environment.

In production environment it does not works, I'm using to let word authenticate, but against production server it simply continue to ask me credentials.

Is there any way I can log what went wrong during DIGEST auth? actually I have no error logs.