
Product
Reachability for Ruby Now in Beta
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.
@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 75,095 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.

Product
Reachability analysis for Ruby is now in beta, helping teams identify which vulnerabilities are truly exploitable in their applications.

Research
/Security News
Malicious npm packages use Adspect cloaking and fake CAPTCHAs to fingerprint visitors and redirect victims to crypto-themed scam sites.

Security News
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.