This PR changes some default language for the authenticatable model since not every application uses User (some use Author, Agent, Company, etc...). It replaces instances of User with Authenticatable and documents how to use destructuring to rename your authenticatable model to fit your use case.
This PR changes some default language for the authenticatable model since not every application uses
User
(some useAuthor
,Agent
,Company
, etc...). It replaces instances ofUser
withAuthenticatable
and documents how to use destructuring to rename your authenticatable model to fit your use case.