Is it possible to use digest authentication in ASP.NET Core / Kestrel? If it is, how do I enable and use it?
I know that basic authentication is not and will not be implemented because it's considered insecure and slow, but I can't find anything at all about digest.
I don't want to use IIS' authentication because I don't want to be tied to Windows accounts, I want use a custom credentials validation logic.