{"id":14979096,"url":"https://github.com/aliev/aioauth","last_synced_at":"2025-05-15T14:07:45.594Z","repository":{"id":40657828,"uuid":"288096097","full_name":"aliev/aioauth","owner":"aliev","description":"Asynchronous OAuth 2.0 provider for Python 3","archived":false,"fork":false,"pushed_at":"2025-02-09T17:12:29.000Z","size":3620,"stargazers_count":218,"open_issues_count":0,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-04-07T18:11:10.573Z","etag":null,"topics":["aiohttp","asgi","asyncio","fastapi","oauth2","oauth2-server","python","python-3","python3"],"latest_commit_sha":null,"homepage":"https://aliev.me/aioauth","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aliev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["aliev"]}},"created_at":"2020-08-17T05:59:43.000Z","updated_at":"2025-02-09T17:12:32.000Z","dependencies_parsed_at":"2024-06-21T13:11:36.252Z","dependency_job_id":"3f145a4d-4e4b-4c81-8520-32dc1f8d6366","html_url":"https://github.com/aliev/aioauth","commit_stats":{"total_commits":191,"total_committers":11,"mean_commits":"17.363636363636363","dds":"0.46073298429319376","last_synced_commit":"533d8d8095e3c27290c7c819c8a95cc37b3867ea"},"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Faioauth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Faioauth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Faioauth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aliev%2Faioauth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aliev","download_url":"https://codeload.github.com/aliev/aioauth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254355335,"owners_count":22057354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aiohttp","asgi","asyncio","fastapi","oauth2","oauth2-server","python","python-3","python3"],"created_at":"2024-09-24T13:59:13.274Z","updated_at":"2025-05-15T14:07:40.582Z","avatar_url":"https://github.com/aliev.png","language":"Python","readme":"## Asynchronous OAuth 2.0 framework for Python 3\n\n[![Build Status](https://github.com/aliev/aioauth/workflows/CI/badge.svg?branch=master)](https://github.com/aliev/aioauth/actions/workflows/ci.yml?query=branch%3Amaster)\n[![codecov](https://codecov.io/gh/aliev/aioauth/graph/badge.svg?token=NREOWPB586)](https://codecov.io/gh/aliev/aioauth)\n[![License](https://img.shields.io/github/license/aliev/aioauth)](https://github.com/aliev/aioauth/blob/master/LICENSE)\n[![PyPi](https://badgen.net/pypi/v/aioauth)](https://pypi.org/project/aioauth/)\n[![Python 3.9](https://img.shields.io/badge/python-3.9-blue.svg)](https://www.python.org/downloads/release/python-390/)\n\n`aioauth` implements [OAuth 2.0 protocol](https://tools.ietf.org/html/rfc6749) and can be used in asynchronous frameworks like [FastAPI / Starlette](https://github.com/tiangolo/fastapi), [aiohttp](https://github.com/aio-libs/aiohttp). It can work with any databases like `MongoDB`, `PostgreSQL`, `MySQL` and ORMs like [gino](https://python-gino.org/), [sqlalchemy](https://www.sqlalchemy.org/) or [databases](https://pypi.org/project/databases/) over simple [BaseStorage](aioauth/storage.py) interface.\n\n## Why this project exists?\n\nThere are few great OAuth frameworks for Python like [oauthlib](https://github.com/oauthlib/oauthlib) and [authlib](https://github.com/lepture/authlib), but they do not support asyncio and rewriting these libraries to asyncio is a significant challenge (see issues [here](https://github.com/lepture/authlib/issues/63) and [here](https://github.com/oauthlib/oauthlib/issues/415)).\n\n## Supported RFCs\n\n- [x] [The OAuth 2.0 Authorization Framework](https://tools.ietf.org/html/rfc6749)\n- [X] [OAuth 2.0 Token Introspection](https://tools.ietf.org/html/rfc7662)\n- [X] [Proof Key for Code Exchange by OAuth Public Clients](https://tools.ietf.org/html/rfc7636)\n- [x] OpenID support\n\n## Installation\n\n```\npython -m pip install aioauth\n```\n\n## Examples\n\nThe project example is located in the [examples](examples) directory and uses FastAPI as the server.\n\n## [API Reference and User Guide](https://aliev.me/aioauth/)\n","funding_links":["https://github.com/sponsors/aliev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliev%2Faioauth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faliev%2Faioauth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faliev%2Faioauth/lists"}