Skip to content

auth0/passport-heroku-addon

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Passport Heroku Addon strategy for SSO with heroku addons.

This is not Heroku OAuth.

Installation

npm install passport-heroku-addon

Usage

var passport = require('passport');
var PassportHerokuAddon = require('passport-heroku-addon');


passport.use(new PassportHerokuAddon({
  sso_salt: process.env.SSO_SALT
}));

app.get('/heroku/resources/:id',
  passport.authenticate('heroku-addon'),
  function(request, response) {
    response.redirect("/");
  });

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section. Please do not report security vulnerabilities on the public GitHub issue tracker. The Responsible Disclosure Program details the procedure for disclosing security issues.

Author

Auth0

License

This project is licensed under the MIT license. See the LICENSE file for more info.

About

Passport strategy for heroku addons

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages