Cross-site Scripting (XSS) Prevention in Go
Learn how to prevent Cross-site Scripting (XSS) attacks in Go applications using standard libraries.
HTTPS and TLS Configuration
Learn how to securely configure HTTPS and TLS in Go applications using the crypto/tls package.
Working with JWT in Go
Learn how to generate, parse, and validate JSON Web Tokens (JWTs) in Go using the popular go-jose.v2 library
Using gosec Tool
Learn how to secure your Go code by using the gosec tool to find common vulnerabilities.