libmicrohttpd icon indicating copy to clipboard operation
libmicrohttpd copied to clipboard

Add ha1 based digest auth. Allows the admin to save passwords in digest ...

Open ambitslix opened this issue 11 years ago • 0 comments

Hello,

I think digest based api should be helpful since token digests are more secure to store. This is how it's done for Apache and Nginx also. I've also created a tool to ask for passwords and save them in a file as "realm:user:token" entries that can later be loaded at startup time. It would be nice to have a connection_context available in the api so that we don't have to search a database for tokens every time authentication is needed on the same connection/request?

ambitslix avatar Dec 31 '13 09:12 ambitslix