aioauth-fastapi demo server and example #47
aliev
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created the demo server of aioauth on FastAPI. The project repository will live here: https://github.com/aliev/aioauth-fastapi
Demo server was deployed to heroku, so it can be easily tested with one of these playgrounds:
https://openidconnect.net/
https://oidcdebugger.com/
There are plans to add OpenID support, but I think there will be a few lines of code.
Simple authorization and registration was also added, access to the current user through
request.user.I also added FastAPI integration to aioauth core: https://github.com/aliev/aioauth/tree/master/aioauth/fastapi
I have a plan to add the models with CRUD operations of
AuthorizationCode,TokenandCodefor turtoise, databases and sqlalchemy.cc @woile @synchronizing
Beta Was this translation helpful? Give feedback.
All reactions