1.0.7 • Published 5 years ago

passport-carecloud v1.0.7

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

passport-carecloud

Passport strategy for carecloud authentication.

This module lets you authenticate with CareCloud in your Node.js applications. By plugging into Passport, CareCloud authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

Install

Usage

Create an Application

Before using passport-carecloud, you must register an OAuth2 application with CareCloud, you'll need the the following information:

  • Application Name
  • Redirect URI
  • Application Description
  • Application Scope/Roles

Your application will be issued an API Key and a Secret Key. These are required in order to authenticate your app with CareCloud

Configure Strategy

The OAuth 2.0 spec describes a number of grants (“methods”) your application can implement to acquire an access token, Authorization Code grant and Resource Owner Password Credentials grant, the first one is the suggested and recommended by CareCloud if your application doesn´t need user credentials unlike the second one . Visit the CareCloud OAuth Guide for more information.

Contributing

Credits

1.0.7

5 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago