goth-echo-security

Installation
SKILL.md

Goth Echo Integration & Security

Expert guidance for integrating github.com/markbates/goth with the Echo web framework and implementing secure session management.

Echo Framework Integration

Basic Route Setup

import (
    "github.com/labstack/echo/v4"
    "github.com/markbates/goth"
    "github.com/markbates/goth/gothic"
    "github.com/markbates/goth/providers/google"
)

func main() {
    e := echo.New()
Related skills

More from linehaul-ai/linehaulai-claude-marketplace

Installs
20
GitHub Stars
4
First Seen
Jan 24, 2026