Download passport auth example Free Java Code

Description

The most widely used way for websites to authenticate users is via a username and password. Support for this mechanism is provided by the passport local module.

Source Files

The download file passport-auth-example-master.zip has the following entries.


.gitignore/*  w  w w  .j  ava2s. com*/
.jshintrc
README.md
app.js
config.json
controllers/render.js
controllers/users/login.js
controllers/users/logout.js
controllers/users/register.js
middlewares/express-logger.js
middlewares/must-authenticated.js
models/user.js
package.json
public/stylesheets/style.css
routes/index.js
setup/environments/all.js
setup/initializers/00_generic.js
setup/initializers/01_mongoose.js
setup/initializers/02_passport.js
views/fail.jade
views/layout.jade
views/parts/login.jade
views/parts/logout.jade
views/parts/register.jade
views/private.jade
views/public.jade

Download

Click the following link to download passport-auth-example-master.zip.

passport-auth-example-master.zip




















Home »
  Javascript Free Code Download »
    Security »




Authentication
OAuth
Password
Security
Validation