Skip to content

abhijitnandy/DailyCred-Express-4-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DailyCred

Express 4 example for DailyCred

The login example in DailyCred doesn't work with newer versions of Express.

To run this version, make the following changes

In 'app.js'

  1. Add your Client ID
  2. Add your Client Secret

These are available on the Settings page

For your Application in DailyCred, set the Callback to http://localhost:3000/auth/dc/callback

  • Install dependencies

    npm install

  • Run

    node app.js

About

Express 4 example for DailyCred

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published