api documentation for passport-local (v1.0.0)

Local username and password authentication strategy for Passport.

table of contents

  1. module passport-local
    1. function passport-local (options, verify)
    2. function passport-local.Strategy (options, verify)
    3. function passport-local.super_ ()
    4. object passport-local.Strategy.prototype
    5. object passport-local.super_.prototype
  2. module passport-local.Strategy
    1. function passport-local.Strategy (options, verify)
    2. function passport-local.Strategy.super_ ()
  3. module passport-local.Strategy.prototype
    1. function passport-local.Strategy.prototype.authenticate (req, options)
  4. module passport-local.super_
    1. function passport-local.super_ ()
    2. function passport-local.super_.Strategy ()
  5. module passport-local.super_.prototype
    1. function passport-local.super_.prototype.authenticate (req, options)

module passport-local

function passport-local (options, verify)

function passport-local.Strategy (options, verify)

function passport-local.super_ ()

module passport-local.Strategy

function passport-local.Strategy (options, verify)

function passport-local.Strategy.super_ ()

module passport-local.Strategy.prototype

function passport-local.Strategy.prototype.authenticate (req, options)

module passport-local.super_

function passport-local.super_ ()

function passport-local.super_.Strategy ()

module passport-local.super_.prototype

function passport-local.super_.prototype.authenticate (req, options)

[ this document was created with utility2 ]