aio-libs / aiohttp-security

auth and permissions for aiohttp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Digest support for aiohttp through aiohttp-security?

iselind opened this issue · comments

Hi,

I would like to use aiohttp in a client for accessing a digest authenticated server. Do you have any suggestions on how i accomplish that? It's a requirement for us to use the Python 3.5 asyncio package.

We'd prefer if we were not forced to write the Digest implementation ourselves. If there is no other way, then we'd consider writing our own digest auth client.

Any and all suggestions are welcome.

Aiohttp-security is for server side usage, not http cluent