@snapey Many Thanks! It's working as required!
@nakov I checked my middleware, and fixed a few which were not set correctly. Yes, I have multiple guards for admins and contractors, and so I do user auth:admin and auth:contractor
I have been rebuilding my authentication system for two different user types, "Admin" and "Contractor". After making these adjustments things are working as I want it. However, I am very concerned that I do not why it works. I have checked SO, watched Jeffrey's tutorial on Authentication and read some pieces in Matt Stauffer's book. None of these resouces give a clear and articulate description of how all the pieces work together.
How does a level 50 person get to where they are withou clear resources? Do you spend sleepless nights studying the API?? For me, the API is in itself an incomprehensable document. All advice is welcome! :o)
Many thanks !