Building a REST JSON API with GO and GIN: Part 4: Authentication with JWT

Опубликовано: 31 Май 2026
на канале: Dev Plus Plus
163
5

Building a REST JSON API with GO and GIN: Part 4: Authentication with JWT:

Continuing our previous project
Install dependencies
Creating web service to generate the token
Creating a function to validate the token

Pending for other videos:
JWT Middleware
Deployment
Periodic and Async Tasks

https://pkg.go.dev/github.com/golang-...
https://github.com/dev-plusplus/go-gi...