Back in nodejs world after a year of Spring Boot and Betterauth is by far the best tool I have used so far, never thought offloading auth to a library can be this smooth!!
Thank to the repo owner @bekacru π
After living in backend world, today i finally wrote my first front end project. Thanks @kirat_tw for such a smooth onboarding to react.
https://t.co/cGlHkdCCXW
I was curious how RBAC(role based access control) system works, how permissions are assigned to roles and how they control access to different features.
So, I built a mini project to understand it better. https://t.co/9YO7I5O1tk
(Just a learning project, so no validations yet!)
Very fascinated with how RBAC (role based access control) and ABAC (attribute based access control) architecture works. Starting some projects to understand them better, excited to share what I will learn.