
Better-Auth integration with FastAPI
Hey there I just published the Better Auth integration with FastAPI.
https://github.com/lukonik/fastapi-betterauth
Basically it validates the token coming from Authorization header and fetches the user via JWKS from the Better Auth
It uses pyjwt under the hood to handle caching and security for you. Hope you like it 🔥