clever-auth-linkedin

0.9.0 • Public • Published

CleverStack LinkedIn Authentication Module

NPM version GitHub version Dependency Status devDependency Status Code Climate Build Status Coverage NPM downloads Built with Grunt Join the chat at https://gitter.im/CleverStack/cleverstack-cli

CleverStack NodeJS Authentication Module

This CleverStack Module provides LinkedIn Authentication for the clever-auth module.

Highlights

  • Works with both the clever-orm and the clever-odm modules.
  • Easy to use configuration prompts, grunt prompt:cleverAuthLinkedInConfig.
  • Easily installed using the CleverStack CLI, clever install clever-auth-linkedin.
  • Use with the clever-users module - OR - with any other module that exports the UserController, UserService and UserModel resources/classes.
  • Other Authentication Strategies: Github, LinkedIn, Facebook, Twitter and Dropbox - as well as local authentication out of the box.

Prerequisites

  1. You must be using cleverstack-cli version 1.2.2 or newer.
  2. Your project must be using node-seed version 1.2.1 or newer.
  3. You must either install the clever-users module, or any other module that provides the UserController, UserService and UserModel resources/classes.
  4. You must have clever-auth version 1.2.3 or newer.

Installation

Using CLI

  1. Run clever install clever-auth-linkedin and follow the prompts
  2. Run clever serve to start your application.

Without CLI

  1. Clone this repo (or untar it there) into your modules folder (ie modules/clever-auth-linkedin)
  2. Run grunt prompt:cleverAuthLinkedInConfig and fill in your configuration options.
  3. Run grunt db to rebase and seed the data.
  4. Run grunt server to start your application.

Configuration

Files

For more information about how modules (including clever-auth-linkedin) are configured, please see the cleverstack.io Documentation sections, Backend Configuration and Module Configuration for more information.

Grunt prompts

  1. grunt prompt:cleverAuthLinkedInConfig can be used to generate your config for any environment you want.

Options

clientID - your linkedin oauth2 client id.

{
  "clever-auth-linkedin": {
    "clientID"     : "77dnae99wih7t1"
  }
}

clientSecret - your linkedin oauth2 client secret.

{
  "clever-auth-linkedin": {
    "clientSecret" : "Llr2J8zlPnrYWNSn"
  }
}

callbackURL - the callback (return) url linkedin will return you to.

{
  "clever-auth-linkedin": {
    "callbackURL"  : "http://localhost:8080/auth/linkedin/return",
  }
}

scope - the callback (return) url linkedin with return you to.

{
  "clever-auth-linkedin": {
    "scope"        : ["r_emailaddress", "r_basicprofile"],
  }
}

Documentation

See cleverstack.io for more detailed information on the Node Seed or visit the Getting Started Guide if you have never used CleverStack before.

License

See our LICENSE

Package Sidebar

Install

npm i clever-auth-linkedin

Weekly Downloads

2

Version

0.9.0

License

MIT

Last publish

Collaborators

  • pilsy