1
1 Comment

Aioauth - asynchronous oauth2 framework

Hello folks.

I'm happy to introduce aioauth - asynchronous oauth2 framework / server.

For now it's implements 3 RFC's: rfc6749, rfc7662, rfc7636

It is easy to use and can be easily integrated into fastapi or aiohttp (FastAPI example was described in README).

Project homepage: https://github.com/aliev/aioauth

on January 8, 2021
  1. 1

    Nice, thanks Aliev!
    I'm going to keep this in mind!