u/Excellent_Shift1064

Better-Auth integration with FastAPI

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 🔥

u/Excellent_Shift1064 — 5 days ago

Hello!

Lately, I've been wanting to learn how React works internally by exploring its source code. I decided to start with the React Scheduler system, which is the engine behind time-slicing and concurrent features. It took a while, but I finally grasped it and wrote an article about my findings. If you are curious, check it out here:https://lukonik.github.io/react-scheduler-explained/

I hope you find it helpful! I also exported the React Scheduler as a separate package, so you can explore it and play around with it on your own. You can find the API documentation here:https://lukonik.github.io/react-scheduler-explained/api/introduction

Finally, here is a showcase that demonstrates the true power of the React Scheduler:https://lukonik.github.io/react-scheduler-explained/showcase

If you like what I've put together, a GitHub star would be amazing! Github Link

P.S
For the questions like "did AI write these?" The answer is no and I explain about AI involvement in overview page

u/Excellent_Shift1064 — 25 days ago