Skip to content

Commit

Permalink
Merge branch 'releases/november' into RK-802-docs-multitenancy
Browse files Browse the repository at this point in the history
  • Loading branch information
alicanerdurmaz authored Oct 30, 2024
2 parents 76fd1ec + 7e4144f commit 5ac3b9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/red-cups-decide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@refinedev/core": minor
---

feat: exported useInvalidateAuthStore hook from auth hooks

Now you can invalide the users identity state and force a react query refresh using this hook

Resolves [#6341](https://github.com/refinedev/refine/issues/6341)
1 change: 1 addition & 0 deletions packages/core/src/hooks/auth/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ export { useUpdatePassword } from "./useUpdatePassword";
export { useAuthenticated, useIsAuthenticated } from "./useIsAuthenticated";
export { useCheckError, useOnError } from "./useOnError";
export { useIsExistAuthentication } from "./useIsExistAuthentication";
export { useInvalidateAuthStore } from "./useInvalidateAuthStore";

0 comments on commit 5ac3b9f

Please sign in to comment.