Which Authentication and User Management plugin is recommended?
I see that there are several options for authentication in Filament and since I'm new to the ecosystem, I wanted to ask for your opinion and preferences. What option do you think is the closest to meeting my needs?
Just asking for suggestions and tips, not necessarily hand-holding.
I want to be able to:
- Have 4 kinds of users, distinguished based on a field in their model
- The developer (me) will control permissions of each kind of user using standard Laravel Policy feature (just changing via code is fine, no need to be able to control the permissions on the Filament panel)
- The Laravel Policy will take effect in Filament panel, which will allow or prevent people from doing stuff based on their kind of user.
- Admin user can view, delete, edit, and create more users and set what kind of user it will be
What do you think is the most appropriate based on my needs? Thank you in advance!
2 Replies