Skip to content

Maillol/aiohttp-security

This branch is 8 commits ahead of, 11 commits behind aio-libs/aiohttp-security:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4735fdc · Feb 3, 2025
Feb 1, 2025
Feb 3, 2025
Aug 12, 2023
Jan 28, 2025
Feb 3, 2025
Jul 8, 2015
Feb 3, 2025
Sep 6, 2018
Aug 12, 2023
Jan 28, 2025
Nov 18, 2023
Jan 2, 2018
Mar 7, 2023
Dec 17, 2022
Sep 27, 2018
Dec 31, 2024
Jan 28, 2025
Nov 18, 2023
Jan 28, 2025

Repository files navigation

aiohttp_security

https://travis-ci.com/aio-libs/aiohttp-security.svg?branch=master https://codecov.io/github/aio-libs/aiohttp-security/coverage.svg?branch=master https://readthedocs.org/projects/aiohttp-security/badge/?version=latest

The library provides identity and authorization for aiohttp.web.

Installation

Simplest case (authorization via cookies)

$ pip install aiohttp_security

With aiohttp-session support

$ pip install aiohttp_security[session]

Examples

Take a look at examples:

Basic example

Example with DB auth

and demos at demo directory.

Documentation

https://aiohttp-security.readthedocs.io/

Develop

pip install -r requirements-dev.txt

License

aiohttp_security is offered under the Apache 2 license.

About

auth and permissions for aiohttp

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.5%
  • Makefile 2.5%