2

I am confused in handling HTTP request as wrapper using GOLANG and ECHO FRAMEWORK to build as API service.

Firstly, I have a communication between client and server like below:

enter image description here

This communication is very easy. Secondly,

Step 1: I want to use response from SSO server (parse JWT token ---> get user information)

Step 2: Use user information from response and query database.

Step 3: Response data to client

I show this communication below:

enter image description here

I am beginner in Golang.

halfer
  • 19,824
  • 17
  • 99
  • 186
ThanhLam112358
  • 878
  • 1
  • 20
  • 51

0 Answers0