User which are all the app users and UserAdmin which are the users that have access to the filament app. I've already set this up to use class UserAdmin extends Authenticatable implements FilamentUser, and I have access to my filament panel with UserAdmins just fine.before() method to ensure that UserAdmins aren't affected when accessing the filament panel. I could've also used protected static bool $shouldSkipAuthorization = true; within my ArticleResource, but I'd rather the auth is all in one place (the policy).