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
Hi, I am [**Amit Shekhar**](https://amitshekhar.me), I have mentored many developers, and their efforts landed them high-paying tech jobs, helped many tech companies in solving their unique problems, and created many open-source libraries being used by top companies. I am passionate about sharing knowledge through open-source, blogs, and videos.
24
20
@@ -42,17 +38,13 @@ You can connect with me on:
42
38
43
39
### Public API Request Flow without JWT Authentication Middleware
44
40
45
-
<palign="center">
46
-
<img alt="Public API Request Flow" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/go-arch-public-api-request-flow.png" />
47
-
</p>
41
+

48
42
49
43
### Private API Request Flow with JWT Authentication Middleware
50
44
51
45
> JWT Authentication Middleware for Access Token Validation.
52
46
53
-
<palign="center">
54
-
<img alt="Private API Request Flow" src="https://raw.githubusercontent.com/amitshekhariitbhu/go-backend-clean-architecture/main/assets/go-arch-private-api-request-flow.png" />
55
-
</p>
47
+

56
48
57
49
### How to run this project?
58
50
@@ -171,7 +163,7 @@ Whenever you make changes in the interfaces of these use-cases, repositories, or
171
163
### API documentation of Go Backend Clean Architecture
0 commit comments