@@ -6,76 +6,58 @@ The diagram shows flow of how we implement User Registration, User Login and Aut
6
6
![ jwt-token-authentication-node-js-example-flow] ( jwt-token-authentication-node-js-example-flow.png )
7
7
8
8
For more detail, please visit:
9
- > [ Node.js + MongoDB: User Authentication & Authorization with JWT] ( https://bezkoder.com/node-js-mongodb-auth-jwt/ )
9
+ > [ Node.js + MongoDB: User Authentication & Authorization with JWT] ( https://www. bezkoder.com/node-js-mongodb-auth-jwt/ )
10
10
11
11
You may need to implement Refresh Token:
12
12
13
13
![ jwt-refresh-token-node-js-example-flow] ( jwt-refresh-token-node-js-example-flow.png )
14
14
15
- > [ Node.js JWT Refresh Token with MongoDB example] ( https://bezkoder.com/jwt-refresh-token-node-js-mongodb/ )
15
+ > [ Node.js JWT Refresh Token with MongoDB example] ( https://www. bezkoder.com/jwt-refresh-token-node-js-mongodb/ )
16
16
17
17
Working with Front-end:
18
- > [ Vue.js JWT Authentication with Vuex and Vue Router ] ( https://bezkoder.com/jwt-vue-vuex-authentication/ )
18
+ > [ Vue] ( https://www. bezkoder.com/jwt-vue-vuex-authentication/ )
19
19
20
- > [ Angular 8 JWT Authentication example ] ( https://bezkoder.com/angular-jwt-authentication / )
20
+ > [ Angular 8] ( https://www.bezkoder.com/angular-jwt-authentication/ ) / [ Angular 10 ] ( https://www. bezkoder.com/angular-10- jwt-auth/ ) / [ Angular 11 ] ( https://www.bezkoder.com/angular-11-jwt-auth/ ) / [ Angular 12 ] ( https://www.bezkoder.com/angular-12-jwt-auth/ ) / [ Angular 13 ] ( https://www.bezkoder.com/angular-13-jwt-auth /)
21
21
22
- > [ Angular 10 JWT Authentication example] ( https://bezkoder.com/angular-10-jwt-auth/ )
23
-
24
- > [ Angular 11 JWT Authentication example] ( https://bezkoder.com/angular-11-jwt-auth/ )
25
-
26
- > [ React JWT Authentication & Authorization (without Redux) example] ( https://bezkoder.com/react-jwt-auth/ )
27
-
28
- > [ React Redux JWT Authentication & Authorization example] ( https://bezkoder.com/react-redux-jwt-auth/ )
22
+ > [ React] ( https://www.bezkoder.com/react-jwt-auth/ ) / [ React + Redux] ( https://www.bezkoder.com/react-redux-jwt-auth/ )
29
23
30
24
## More Practice:
31
- > [ Node.js, Express & MongoDb: Build a CRUD Rest Api example] ( https://bezkoder.com/node-express-mongodb-crud-rest-api/ )
25
+ > [ Node.js, Express & MongoDb: Build a CRUD Rest Api example] ( https://www.bezkoder.com/node-express-mongodb-crud-rest-api/ )
26
+
27
+ > [ Server side Pagination in Node.js with MongoDB and Mongoose] ( https://www.bezkoder.com/node-js-mongodb-pagination/ )
32
28
33
- > [ Server side Pagination in Node.js with MongoDB and Mongoose ] ( https://bezkoder.com/node-js-mongodb-pagination / )
29
+ > [ Node.js Express File Upload Rest API example ] ( https://www. bezkoder.com/node-js-express-file-upload / )
34
30
35
31
Associations:
36
- > [ MongoDB One-to-One relationship tutorial with Mongoose examples] ( https://bezkoder.com/mongoose-one-to-one-relationship-example/ )
32
+ > [ MongoDB One-to-One relationship tutorial with Mongoose examples] ( https://www. bezkoder.com/mongoose-one-to-one-relationship-example/ )
37
33
38
- > [ MongoDB One-to-Many Relationship tutorial with Mongoose examples] ( https://bezkoder.com/mongoose-one-to-many-relationship/ )
34
+ > [ MongoDB One-to-Many Relationship tutorial with Mongoose examples] ( https://www. bezkoder.com/mongoose-one-to-many-relationship/ )
39
35
40
- > [ MongoDB Many-to-Many Relationship with Mongoose examples] ( https://bezkoder.com/mongodb-many-to-many-mongoose/ )
36
+ > [ MongoDB Many-to-Many Relationship with Mongoose examples] ( https://www. bezkoder.com/mongodb-many-to-many-mongoose/ )
41
37
42
38
Fullstack:
43
- > [ Vue.js + Node.js + Express + MySQL example] ( https://bezkoder.com/vue-js-node-js-express-mysql-crud-example/ )
44
-
45
- > [ Vue.js + Node.js + Express + PostgreSQL example] ( https://bezkoder.com/vue-node-express-postgresql/ )
46
-
47
- > [ Vue.js + Node.js + Express + MongoDB example] ( https://bezkoder.com/vue-node-express-mongodb-mevn-crud/ )
48
-
49
- > [ Angular 8 + Node.js + Express + MySQL example] ( https://bezkoder.com/angular-node-express-mysql/ )
39
+ > [ Vue.js + Node.js + Express + MongoDB example] ( https://www.bezkoder.com/vue-node-express-mongodb-mevn-crud/ )
50
40
51
- > [ Angular 8 + Node.js + Express + PostgreSQL example] ( https://bezkoder.com/angular-node-express-postgresql / )
41
+ > [ Angular 8 + Node.js + Express + MongoDB example] ( https://www. bezkoder.com/angular-mongodb- node-express/ )
52
42
53
- > [ Angular 8 + Node.js + Express + MongoDB example] ( https://bezkoder.com/angular-mongodb-node-express/ )
43
+ > [ Angular 10 + Node.js + Express + MongoDB example] ( https://www. bezkoder.com/angular-10 -mongodb-node-express/ )
54
44
55
- > [ Angular 10 + Node.js + Express + MySQL example] ( https://bezkoder.com/angular-10- node-js-express-mysql / )
45
+ > [ Angular 11 + Node.js + Express + MongoDB example] ( https://www. bezkoder.com/angular-11-mongodb- node-js-express/ )
56
46
57
- > [ Angular 10 + Node.js + Express + PostgreSQL example] ( https://bezkoder.com/angular-10- node-express-postgresql / )
47
+ > [ Angular 12 + Node.js + Express + MongoDB example] ( https://www. bezkoder.com/angular-12-mongodb- node-js-express / )
58
48
59
- > [ Angular 10 + Node.js + Express + MongoDB example] ( https://bezkoder.com/angular-10-mongodb-node-express / )
49
+ > [ Angular 13 + Node.js + Express + MongoDB example] ( https://www. bezkoder.com/mean-stack-crud-example-angular-13 / )
60
50
61
- > [ Angular 11 + Node.js Express + MySQL example] ( https://bezkoder.com/angular-11-node-js-express-mysql/ )
62
-
63
- > [ Angular 11 + Node.js + Express + PostgreSQL example] ( https://bezkoder.com/angular-11-node-js-express-postgresql/ )
64
-
65
- > [ Angular 11 + Node.js + Express + MongoDB example] ( https://bezkoder.com/angular-11-mongodb-node-js-express/ )
66
-
67
- > [ React + Node.js + Express + MySQL example] ( https://bezkoder.com/react-node-express-mysql/ )
68
-
69
- > [ React + Node.js + Express + PostgreSQL example] ( https://bezkoder.com/react-node-express-postgresql/ )
70
-
71
- > [ React + Node.js + Express + MongoDB example] ( https://bezkoder.com/react-node-express-mongodb-mern-stack/ )
51
+ > [ React + Node.js + Express + MongoDB example] ( https://www.bezkoder.com/react-node-express-mongodb-mern-stack/ )
72
52
73
53
Integration on same Server/Port:
74
- > [ Integrate Angular 8 with Node.js Express] ( https://bezkoder.com/integrate-angular-8-node-js/ )
54
+ > [ Integrate Angular 8 with Node.js Express] ( https://www.bezkoder.com/integrate-angular-8-node-js/ )
55
+
56
+ > [ Integrate Angular 10 with Node.js Express] ( https://www.bezkoder.com/integrate-angular-10-node-js/ )
75
57
76
- > [ Integrate Angular 10 with Node.js Express] ( https://bezkoder.com/integrate-angular-10 -node-js/ )
58
+ > [ Integrate Angular 12 with Node.js Express] ( https://www. bezkoder.com/integrate-angular-12 -node-js/ )
77
59
78
- > [ Integrate React with Node.js Express] ( https://bezkoder.com/integrate-react-express-same-server-port/ )
60
+ > [ Integrate React with Node.js Express] ( https://www. bezkoder.com/integrate-react-express-same-server-port/ )
79
61
80
62
## Project setup
81
63
```
0 commit comments