Create Versatile Microservices in Golang — Part 4 (Authentication With JWT)

In the previous part in this series, we looked at creating a user service and started storing some users. Now we need to look at making our user service store users passwords securely, and create some functionality to validate users and issue secure tokens across our microservices.

Read full news article on Dzone