fastapi-alembic-sqlmodel-async
fastapi-alembic-sqlmodel-async copied to clipboard
Auth Suggestion
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.