SkillAgentSearch skills...

Aioauth

Asynchronous OAuth 2.0 provider for Python 3

Install / Use

/learn @aliev/Aioauth
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Asynchronous OAuth 2.0 framework for Python 3

Build Status codecov License PyPi Python 3.9

aioauth implements OAuth 2.0 protocol and can be used in asynchronous frameworks like FastAPI / Starlette, aiohttp. It can work with any databases like MongoDB, PostgreSQL, MySQL and ORMs like gino, sqlalchemy or databases over simple BaseStorage interface.

Why this project exists?

There are few great OAuth frameworks for Python like oauthlib and authlib, but they do not support asyncio and rewriting these libraries to asyncio is a significant challenge (see issues here and here).

Supported RFCs

Installation

python -m pip install aioauth

Examples

The project example is located in the examples directory and uses FastAPI as the server.

API Reference and User Guide

Related Skills

View on GitHub
GitHub Stars229
CategoryDevelopment
Updated1mo ago
Forks22

Languages

Python

Security Score

100/100

Audited on Mar 5, 2026

No findings