react-query-auth
react-query-auth copied to clipboard
Use generic language for Authenticatable instead of User
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.