trailpack-passport-auth used for passport strategy and create Trails Auth demo
Just clone or Download zip extract and go to directory and use
$ npm install
$ npm start
Now you are ready.
http://localhost:3000/auth/register
http://localhost:3000/auth/login
http://localhost:3000/auth/logout
Register Route need username and password to register user. login check by username and password. logout route to clear session.
Full support by Jaumard and this all is possible only and only help by him.