Multi Auth or Roles and Permissions
When creating a login system which is the best route to take.
Use that package or use the built-in, but do it like this.
Use Authentication for login meaning a login is required for certain things.
Use authorization to determine what the logged in user can or cannot do.
But this same question has been covered quite often.
Were you aware that in the from scratch free video series he has several free videos on authorization, and it's usage.
Also Authentication and authorization is very well-documented.
@randy_johnson you are aware that the package does use laravel built in policies right.
Please or to participate in this conversation.