There are no items in your cart
Add More
Add More
Item Details | Price |
---|
Instructor: Amrit Pal SinghLanguage: English
In this in-depth tutorial, we delve into JSON Web Tokens (JWT) authentication in Golang. From building and signing JWT tokens to implementing middleware for validation, we cover every aspect of securing your Go applications. Using popular frameworks like Gin Gonic and GORM, we guide you through the process step-by-step, ensuring your APIs are protected and your users' data remains secure. Whether you're a beginner or an experienced developer, this video will equip you with the knowledge and skills to implement robust authentication mechanisms in your Go projects.
Timestamps:
00:00 - Introduction
00-57 - Application overview
03:49 - Package installation
04:11 - Building and Signing JWT token
06:20 - Creating a Cookie
08:51 - DRY
11:00 - Middleware
21:08 - Logout Implementation
12:05 - Conclusion
Resources:
GitHub repo: https://github.com/code-heim/go_36_gin_jwt
JWT RFC: https://datatracker.ietf.org/doc/html/rfc7519
JWT Package: https://github.com/golang-jwt/jwt
Episode 17: Using Environment Variables in Go: https://www.codeheim.io/courses/Episode-17-Using-Environment-Variables-in-Go-65b12864e4b0daf4edceedae
Episode 31: Structured Configuration Management with YAML: https://www.codeheim.io/courses/Episode-31-Structured-Configuration-Management-YAML-660948af7089b813a23a88e4
📌 Don’t Forget:
#Golang #JWTAuthentication #WebSecurity #GoProgramming #GinGonic #GORM #JSONWebTokens #AuthenticationTutorial #WebDevelopment #CodeTutorial #Gin #GinGonic
#JWT