Passport 0.2.2

How to configure Passport NES

First, please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps

  1. Update you package.json
  2. Create or update your .npmrc file
  3. Install & Run!

Detailed Instructions

Substitute the passport dependency in your package.json with the following:

package.json
{
  "dependencies": {
    "passport": "npm:@neverendingsupport/passport@0.2.2-passport-0.2.3"
  },
  "overrides": {
    "passport": { ".": "npm:@neverendingsupport/passport@0.2.2-passport-0.2.3" }
  }
}

Create an .npmrc file with the following

.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<YOUR_NES_ACCESS_TOKEN>

Install your dependencies

npm install

Now you can run your integration tests against Passport NES

Additional Information

Package NameLatest NES VersionDirect Download Link
passport0.2.2-passport-0.2.3Download