What is this Python project?
aioauth
asynchronous implementation of OAuth 2.0 protocol
What's the difference between this Python project and similar ones?
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).
--
Anyone who agrees with this pull request could submit an Approve review to it.