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
- Go to [https://v2.steemconnect.com/dashboard](https://v2.steemconnect.com/dashboard) and create a new app, it currently costs 3 STEEM.
7
+
- add the Redirect URI - http://localhost:3000/auth/
8
+
- open ```config.example.js``` and rename to ```config.js``` enter your ```client_id``` from steemconnect and redirect uri to 'http://localhost:3000/auth/', update the session secret to a new secure random string
9
+
- npm install // to download dependencies
10
+
- npm start // run the project on default port 3000
11
+
- navigate to localhost:3000 in your browser
12
+
- click on the blue 'login with steemconnect to authenticate your app'
0 commit comments