File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,11 @@ The following table lists commonly used strategies:
133133- For a complete, working example, refer to the [ example] ( https://github.com/passport/express-4.x-local-example )
134134that uses [ passport-local] ( https://github.com/jaredhanson/passport-local ) .
135135- ** Local Strategy** : Refer to the following tutorials for setting up user authentication via LocalStrategy (` passport-local ` ):
136- - Express v3x - [ Tutorial] ( http://mherman.org/blog/2013/11/11/user-authentication-with-passport-dot-js/ ) / [ working example] ( https://github.com/mjhea0/passport-local )
137- - Express v4x - [ Tutorial] ( http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/ ) / [ working example] ( https://github.com/mjhea0/passport-local-express4 )
136+ - Mongo
137+ - Express v3x - [ Tutorial] ( http://mherman.org/blog/2016/09/25/node-passport-and-postgres/#.V-govpMrJE5 ) / [ working example] ( https://github.com/mjhea0/passport-local-knex )
138+ - Express v4x - [ Tutorial] ( http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/ ) / [ working example] ( https://github.com/mjhea0/passport-local-express4 )
139+ - Postgres
140+ - [ Tutorial] ( http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/ ) / [ working example] ( https://github.com/mjhea0/passport-local-express4 )
138141- ** Social Authentication** : Refer to the following tutorials for setting up various social authentication strategies:
139142 - Express v3x - [ Tutorial] ( http://mherman.org/blog/2013/11/10/social-authentication-with-passport-dot-js/ ) / [ working example] ( https://github.com/mjhea0/passport-examples )
140143 - Express v4x - [ Tutorial] ( http://mherman.org/blog/2015/09/26/social-authentication-in-node-dot-js-with-passport ) / [ working example] ( https://github.com/mjhea0/passport-social-auth )
You can’t perform that action at this time.
0 commit comments