Login in Multi Application Environment

Hello,

I’m build a solution with multiple applications (frontend, backend and others). I have a single user table and I need to specify which user can or can’t login to each application.

There are a lot of ways I achieve this, but I’m not sure what would be the best approach.

What would you recommend?

Standard RBAC.