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

⚛️ Authenticate your react applications easily with react-query.

Results 17 react-query-auth issues
Sort by recently updated
recently updated
newest added

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...

Hi @alan2207, Sometimes (I can't tell specifically when) I get this error even though `useAuth` is used inside `AuthProvider`. Because this is uncaught error, React unmounts the whole tree (and...

Will react-query-auth work with @tanstack/react-query 5.x?

Helps to resolve the following build error: ```console $ tsc && vite build src/hooks/auth.ts:1:31 - error TS7016: Could not find a declaration file for module 'react-query-auth'. '/path/to/project/node_modules/react-query-auth/dist/index.mjs' implicitly has an...

hello @alan2207 renderError does not work on vite example. How should I implement this? First, update the version of react-query-auth to v.2.2.0. ```bash yarn remove react-query-auth yarn add react-query-auth ```...

How do we refetch an user once their state has changed to logged in?

I will post a screenshot here because it's easier to show the error I am getting. But it seems that for some reason I'm linking to react-query legacy types. And...