Git Product home page Git Product logo

privy-demo's Introduction

Privy Auth create-react-app Starter

This is a minimal template for integrating Privy Auth into a new create-react-app project. Check out the deployed app here!

Setup:

  1. Clone this repository and open it in your terminal.
git clone https://github.com/privy-io/create-react-app.git
  1. Install the necessary dependencies (including Privy Auth) with npm.
npm i 
  1. Initialize your environment variables by copying the .env.example file to an .env file. Then, paste your Privy App ID from the console in .env.
# In your terminal, create .env from .env.example
cp .env.example .env

# Add your Privy App ID to .env
REACT_APP_PRIVY_APP_ID=<your-privy-app-id>

Building locally:

In your project directory, run npm run start. You can now visit http://localhost:3000 to see your app and login with Privy!

Check out:

  • src/index.js for how to use the PrivyProvider and initialize it with your Privy App ID
  • src/App.js for how to use the usePrivy() hook, fields like authenticated and user, and methods like login and logout
  • config-overrides.js for how to handle common issues with Webpack 5

Check out our docs for more guidance around using Privy in your app!

privy-demo's People

Contributors

ankushswar1 avatar renovate[bot] avatar ahollenbach avatar parmesh-shiroya avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.