You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,11 +5,17 @@
5
5
---
6
6
7
7
- 1st Step [(Basic Login System, how it works)](https://github.com/nil1729/NodeJS-Authentication/tree/master/login-basic).
8
+
8
9
- 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
+
9
11
- 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
+
11
15
- 5th Step [(Passport Authentication using `Google oAuth`)](https://github.com/nil1729/NodeJS-Authentication/tree/master/passport-oauth-google).
16
+
12
17
- 6th Step [(Passport Authentication by Email Confirmation using `nodemailer` and `passport-local` Strategy)](https://github.com/nil1729/NodeJS-Authentication/tree/master/confirm-email).
18
+
13
19
- 7th Step [(Email Verifiaction via OTP using `speakeasy` module and JWT)](https://github.com/nil1729/NodeJS-Authentication/tree/master/otp-speakeasy).
0 commit comments