Skip to content

Commit

Permalink
feat: use-auth-client react hook (#911)
Browse files Browse the repository at this point in the history
* feat: introduces use auth client

* basic working example and test

* logout whoami behavior with onIdle

* package-lock optionalDependencies
  • Loading branch information
krpeacock authored Aug 6, 2024
1 parent b4f6774 commit 1e16997
Show file tree
Hide file tree
Showing 35 changed files with 8,011 additions and 6,255 deletions.
8 changes: 8 additions & 0 deletions e2e/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,13 @@
"ts-node": "^10.8.2",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
},
"overrides": {
"vite": {
"rollup": "npm:@rollup/wasm-node"
}
}
}
Loading

0 comments on commit 1e16997

Please sign in to comment.