Steem Connect Express 4.x Example With Passport-SteemConnect

in #steemconnect6 years ago (edited)

express-4.x-steemconnect-userinfo-example

Using passport-steemconnect Passport-SteemConnect

1.png
2.png
3.png
4.png

This example demonstrates how to use Express 4.x and
Passport to authenticate users via SteemConnect. Use
this example as a starting point for your own web applications.

Instructions

To install this example on your computer, clone the repository and install
dependencies.

$ npm install

1. Fill in your clientID, clientSecret, callbackURL
2. On line 62 put in the correct callBackURL currently set to '/auth/oauth/oauth2/callback'
passport.use(new Strategy({
  authorizationURL: `https://steemconnect.com/oauth2/authorize`,
  tokenURL: `https://steemconnect.com/oauth2/token`,
  clientID: ``,
  clientSecret: ``,
  callbackURL: ``,
  scope: ['offline', 'vote'],
  },
  

Github

Express 4.x SteemConnect Example

Coin Marketplace

STEEM 0.29
TRX 0.12
JST 0.033
BTC 63009.69
ETH 3029.00
USDT 1.00
SBD 3.75