Skip to content

Commit

Permalink
Add useAuth hook for authentication functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Royal-lobster committed Sep 2, 2024
1 parent 68ff48e commit 9d4792e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ export { iqWikiTheme } from './lib/data/rainbowKitTheme'

// Integrations
export { rainbowWeb3AuthConnector } from './lib/integrations/web3-auth-connector'

// Hooks
export { useAuth } from './lib/hooks/useAuth'

0 comments on commit 9d4792e

Please sign in to comment.