/aiohttp-negotiate

Negotiate auth mixin for aiohttp.

Primary LanguagePythonOtherNOASSERTION

aiohttp-negotiate

A mixin for supporting Negotiate authentication with aiohttp.

Usage

from aiohttp_negotiate import NegotiateClientSession

session = NegotiateClientSession()
resp = yield from session.get('https://example.com/')