You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/with-thirdpartypasswordless-electron/README.md
-14Lines changed: 0 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,20 +19,6 @@ cd supertokens-auth-react/examples/with-thirdpartypasswordless-electron
19
19
npm install
20
20
```
21
21
22
-
## Set environment variables
23
-
24
-
The demo app contains code for seding emails to the user for passwordless auth. You need to set the following environment variables for the email user before running the demo app:
25
-
26
-
```bash
27
-
NODEMAILER_USER
28
-
NODEMAILER_PASSWORD
29
-
```
30
-
31
-
You can do this by:
32
-
33
-
- Editing the `.env.example` file
34
-
- Rename the `.env.example` file to `.env`
35
-
36
22
## Run the demo app
37
23
38
24
This compiles and serves the Electron app and starts the backend API server on port 3001.
0 commit comments