
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
@privy-io/react-auth
Advanced tools
The Privy React Auth SDK allows you to authenticate your users with Privy in your React app.
Check out our demo!
Our changelog contains the latest information about new releases, including features, fixes, and upcoming changes.
We use Semantic Versioning to track changes.
npm i @privy-io/react-auth
Setup your integration by wrapping any React components that will use the Privy SDK with the PrivyProvider
. This gives your wrapped components access to the Privy SDK and authentication context.
// Import the PrivyProvider
import {PrivyProvider} from '@privy-io/react-auth';
// Wrap any components that will use the Privy SDK with the PrivyProvider – for example, in your `app` or `index` file
<PrivyProvider appId="<your-privy-app-id>">
<Component {...pageProps} />
</PrivyProvider>;
Now, from within your React components, you can access the Privy SDK via the usePrivy
hook!
// Import the usePrivy hook
import {usePrivy} from '@privy-io/react-auth';
// Call usePrivy() from inside your React components
const {ready, authenticated, user, login, logout} = usePrivy();
FAQs
React client for the Privy Auth API
The npm package @privy-io/react-auth receives a total of 40,002 weekly downloads. As such, @privy-io/react-auth popularity was classified as popular.
We found that @privy-io/react-auth demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.