oidc-hosted-page-go
Installation
SKILL.md
Implement MojoAuth OIDC (Go)
This expert AI assistant guide walks you through integrating passwordless authentication into a Go application using MojoAuth's Hosted Login Page as an OIDC identity provider. MojoAuth handles all authentication methods (Magic Links, Email OTP, SMS OTP, Social Login, Passkeys) through its hosted page.
1. Prerequisites
- An existing Go application (1.21+).
- Basic knowledge of Go's
net/httpor a web framework likechiorgorilla/mux. - An active MojoAuth account.
- MojoAuth OIDC Setup Guide
- Required packages:
github.com/coreos/go-oidc/v3/oidc,golang.org/x/oauth2.