Skip to content

Commit a8eff3b

Browse files
committed
Update README
1 parent c56400d commit a8eff3b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,17 @@
55
---
66

77
- 1st Step [(Basic Login System, how it works)](https://github.com/nil1729/NodeJS-Authentication/tree/master/login-basic).
8+
89
- 2nd Step [(Passport basic using `passport-local` Strategy, how to secure a route in REST APIs)](https://github.com/nil1729/NodeJS-Authentication/tree/master/passport-basic).
10+
911
- 3rd Step [(Passport Setup and error handling)](https://github.com/nil1729/NodeJS-Authentication/tree/master/UI-setup).
10-
- 4th Step [(JWT Authentication and how it works)](https://github.com/nil1729/NodeJS-Authentication/tree/master/jwt-auth).
12+
13+
- 4th Step [(JWT Authentication and how it works)](https://github.com/nil1729/NodeJS-Authentication/tree/master/jwt-auth). This setup is useful for SPA. This setup is implemented with a ReactJS Project and code will be found [here](https://github.com/nil1729/React-noob/tree/master/jwt-authentication).
14+
1115
- 5th Step [(Passport Authentication using `Google oAuth`)](https://github.com/nil1729/NodeJS-Authentication/tree/master/passport-oauth-google).
16+
1217
- 6th Step [(Passport Authentication by Email Confirmation using `nodemailer` and `passport-local` Strategy)](https://github.com/nil1729/NodeJS-Authentication/tree/master/confirm-email).
18+
1319
- 7th Step [(Email Verifiaction via OTP using `speakeasy` module and JWT)](https://github.com/nil1729/NodeJS-Authentication/tree/master/otp-speakeasy).
1420

1521
---

0 commit comments

Comments
 (0)