fastapi-alembic-sqlmodel-async icon indicating copy to clipboard operation
fastapi-alembic-sqlmodel-async copied to clipboard

Auth Suggestion

Open bazylhorsey opened this issue 3 years ago • 0 comments

I see on your todo list to use KeyCloak. Might I suggest a cloud solution instead such as:

  • Auth0 - highly recommend
  • Cognito - good, but can get complex

Reasoning: Keycloak is very difficult to extend off of, plus it introduces Java to the project. Our team has played with it and we were not pleased with the results.

I would be happy to share code on how easy it is to integrate Auth0 with FastAPI, on your project I believe it can be done in less than 20 lines of code.

bazylhorsey avatar Oct 12 '22 02:10 bazylhorsey