#Authenticating different types of users

3 messages · Page 1 of 1 (latest)

vernal bloom
#

Hey,

I am currently building an application where a different set of users can be authenticated. We are using Laravel Jetstream with teams. Every team has following roles:

  • Owner
  • Admin
  • Employee
  • Instructor
  • User

Every role can be logged in within the application and sees different data and views. How would you manage this without bloating the team settings page with 1,000 of users?

loud phoenix
#

Your logic seems a bit off, why does a team have a role?

#

Your user is the one with a roll no?