Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d524dbc

Browse filesBrowse files
authored
Update readMe.md
1 parent b6be2d3 commit d524dbc
Copy full SHA for d524dbc

File tree

1 file changed

+22
-1
lines changed
Filter options

1 file changed

+22
-1
lines changed

‎readMe.md

Copy file name to clipboardExpand all lines: readMe.md
+22-1Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# CRUD RESTful API with Golang + MongoDB + Redis + Gin Gonic
1+
# Build Golang gRPC Server and Client: Access & Refresh Tokens
2+
3+
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.
4+
5+
![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)
6+
7+
## Topics Covered
8+
9+
- Create the gRPC Request and Response Messages
10+
- Create the gRPC User messages
11+
- Define the gRPC Request and Response Message to Login User
12+
- Update the Authentication gRPC Service
13+
- Create a gRPC User Service
14+
- Create the gRPC Controllers
15+
- Create the gRPC Servers
16+
- Register the gRPC Servers
17+
- Create the gRPC Clients in Golang
18+
- Connect the gRPC Client to the gRPC Server
19+
20+
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)
21+
22+
Articles in this series:
223

324
### 1. API with Golang + MongoDB + Redis + Gin Gonic: Project Setup
425

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.