Laravel Passport Managing Team Access
Hi, I'm using Laravel Passport, and I'm aiming to implement a feature similar to GitHub Organization Access. My goal is to allow users to authorize their access via the consent screen (the default authorize.blade.php provided by Passport). During this authorization process, I want to display a list of the current user's owned teams, giving users the option to grant access to specific teams or none at all.
I've already customized the authorize.blade.php view provided by the vendor, but I'm unsure how to proceed with implementing this functionality. Any guidance on how to achieve this would be greatly appreciated
Please or to participate in this conversation.