Hacker News new | ask | show | jobs
by scriptr 846 days ago
What would you like to see here? Could you perhaps open an issue at https://github.com/litestar-org/litestar so we can track and implement this?

If you are just needing a client what you need should be available OOTB, unless you want more hands off.

Here is also a good article for example: https://dev.to/pbaletkeman/secure-python-litestar-site-with-...

1 comments

I need to think a bit more about what I want exactly. In short, I'm trying to manage auth through Keycloak but I also need a way to manage user sessions so there needs to be a way to store tokens generated by Keycloak in a DB in the backend and properly sync token invalidation/refresh with Keycloak.