react-query-auth icon indicating copy to clipboard operation
react-query-auth copied to clipboard

Use generic language for Authenticatable instead of User

Open interphased opened this issue 3 years ago • 0 comments

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.

interphased avatar Sep 06 '22 13:09 interphased