We are using magic.link to authenticate our users. It is a password-less authentication method which is secure, seamless, scalable & future-proof. It is also decentralized which is perfect for authenticating users in web3 apps.
Lets grab the API keys...
1. Sign-up and log in to magic.link. After logging in, you will be welcome with this screen. Create an app name of your choice.
3. Now copy the publishable API Key and paste it inside the .env file of the client folder. You will also need the secret key for the server later.
This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.