alan2207 / react-query-auth

⚛️ Authenticate your react applications easily with react-query.
MIT License
366 stars 43 forks source link

Use generic language for Authenticatable instead of User #15

Open interphased opened 2 years ago

interphased commented 2 years ago

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.