Skip to content

Commit 19c8f97

Browse files
Lucas AccastelloLucas Accastello
authored andcommitted
Tutorial links Mongo & Express v3 and Postgres & Passport fixed in README
1 parent 1fd591d commit 19c8f97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,10 @@ The following table lists commonly used strategies:
144144
that uses [passport-local](https://github.com/jaredhanson/passport-local).
145145
- **Local Strategy**: Refer to the following tutorials for setting up user authentication via LocalStrategy (`passport-local`):
146146
- Mongo
147-
- 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)
147+
- Express v3x - [Tutorial](https://mherman.org/blog/user-authentication-with-passport-dot-js/) / [working example](https://github.com/mjhea0/passport-local)
148148
- 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)
149149
- Postgres
150-
- [Tutorial](http://mherman.org/blog/2015/01/31/local-authentication-with-passport-and-express-4/) / [working example](https://github.com/mjhea0/passport-local-express4)
150+
- [Tutorial](http://mherman.org/blog/2016/09/25/node-passport-and-postgres/#.V-govpMrJE5) / [working example](https://github.com/mjhea0/passport-local-knex)
151151
- **Social Authentication**: Refer to the following tutorials for setting up various social authentication strategies:
152152
- Express v3x - [Tutorial](http://mherman.org/blog/2013/11/10/social-authentication-with-passport-dot-js/) / [working example](https://github.com/mjhea0/passport-examples)
153153
- 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)

0 commit comments

Comments
 (0)