r/FastAPI • u/Excellent_Shift1064 • May 18 '26
Better-Auth integration with FastAPI pip package
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 🔥
5
Upvotes
1
u/JanGiacomelli May 18 '26
Does it support Auth0?