goth-providers

Installation
SKILL.md

Goth Providers

Expert guidance for configuring OAuth providers with github.com/markbates/goth. Focus on Google and Microsoft (Azure AD) with patterns applicable to all 70+ supported providers.

Provider Registration Pattern

Register providers at application startup using goth.UseProviders():

import (
    "github.com/markbates/goth"
    "github.com/markbates/goth/providers/google"
    "github.com/markbates/goth/providers/azureadv2"
)
Installs
22
GitHub Stars
4
First Seen
Jan 24, 2026
goth-providers — linehaul-ai/linehaulai-claude-marketplace