From eef6e7f2d2bc82a9c38f13438b4d7827ef300f4c Mon Sep 17 00:00:00 2001 From: Edem Date: Sat, 28 May 2022 16:23:33 +0000 Subject: [PATCH 1/3] updated --- readMe.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 56a6138..da96030 100644 --- a/readMe.md +++ b/readMe.md @@ -1,4 +1,4 @@ -# API with Golang + MongoDB + Redis + Gin Gonic +# CRUD RESTful API with Golang + MongoDB + Redis + Gin Gonic ### 1. API with Golang + MongoDB + Redis + Gin Gonic: Project Setup @@ -19,3 +19,11 @@ ### 5. Build Golang gRPC Server and Client: SignUp User & Verify Email [Build Golang gRPC Server and Client: SignUp User & Verify Email](https://codevoweb.com/golang-grpc-server-and-client-signup-user-verify-email) + +### 6. Build Golang gRPC Server and Client: Access & Refresh Tokens + +[Build Golang gRPC Server and Client: Access & Refresh Tokens](https://codevoweb.com/golang-grpc-server-and-client-access-refresh-tokens) + +### 7. Build CRUD RESTful API Server with Golang, Gin, and MongoDB + +[Build CRUD RESTful API Server with Golang, Gin, and MongoDB](https://codevoweb.com/crud-restful-api-server-with-golang-and-mongodb) From b6be2d3ab907bdf37c21022aaff665acb28c14b7 Mon Sep 17 00:00:00 2001 From: Edem Date: Wed, 1 Jun 2022 22:55:03 +0000 Subject: [PATCH 2/3] updated --- readMe.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readMe.md b/readMe.md index da96030..224cc58 100644 --- a/readMe.md +++ b/readMe.md @@ -27,3 +27,7 @@ ### 7. Build CRUD RESTful API Server with Golang, Gin, and MongoDB [Build CRUD RESTful API Server with Golang, Gin, and MongoDB](https://codevoweb.com/crud-restful-api-server-with-golang-and-mongodb) + +### 8. Build CRUD gRPC Server API & Client with Golang and MongoDB + +[Build CRUD gRPC Server API & Client with Golang and MongoDB](https://codevoweb.com/crud-grpc-server-api-client-with-golang-and-mongodb) From d524dbc73726ccb8faf0b3b60c053fe8a90a1007 Mon Sep 17 00:00:00 2001 From: CODEVO Date: Sun, 2 Oct 2022 18:53:58 +0000 Subject: [PATCH 3/3] Update readMe.md --- readMe.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/readMe.md b/readMe.md index 224cc58..ada726d 100644 --- a/readMe.md +++ b/readMe.md @@ -1,4 +1,25 @@ -# CRUD RESTful API with Golang + MongoDB + Redis + Gin Gonic +# Build Golang gRPC Server and Client: Access & Refresh Tokens + +In this article, you'll learn how to implement JWT access and refresh tokens with gRPC using Golang, MongoDB-Go-driver, Gomail, Docker, and Docker-compose. + +![Build Golang gRPC Server and Client: Access & Refresh Tokens](https://codevoweb.com/wp-content/uploads/2022/05/Build-Golang-gRPC-Server-and-Client-Access-Refresh-Tokens.webp) + +## Topics Covered + +- Create the gRPC Request and Response Messages + - Create the gRPC User messages + - Define the gRPC Request and Response Message to Login User + - Update the Authentication gRPC Service + - Create a gRPC User Service +- Create the gRPC Controllers +- Create the gRPC Servers +- Register the gRPC Servers +- Create the gRPC Clients in Golang +- Connect the gRPC Client to the gRPC Server + +Read the entire article here: [https://codevoweb.com/golang-grpc-server-and-client-access-refresh-tokens](https://codevoweb.com/golang-grpc-server-and-client-access-refresh-tokens) + +Articles in this series: ### 1. API with Golang + MongoDB + Redis + Gin Gonic: Project Setup