Implementing Multi-Level Authentication
As the title suggests, is it possible to implement multiple levels of authentication in Supabase? The idea is to have an initial main authentication, and once the user is signed in, introduce a second layer of authentication based on their access permissions. For instance, if you're a manager overseeing multiple projects, you would need to sign in to each individual project to view and manage the specific action items associated with them.