aiohttp basic auth middleware.
Project description
HTTP basic authentication middleware for aiohttp.
Usage
# server_simple.py from aiohttp import web from aiohttp_bam import bam_factory async def handle(request): return web.Response(text="Hello") app = web.Application(middlewares=[bam_factory('your username', 'your password')]) app.add_routes([web.get("/", handle)]) web.run_app(app)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size aiohttp-bam-0.0.1.tar.gz (1.5 kB) | File type Source | Python version None | Upload date | Hashes View |