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/http or a web framework like chi or gorilla/mux.
  • An active MojoAuth account.
  • MojoAuth OIDC Setup Guide
  • Required packages: github.com/coreos/go-oidc/v3/oidc, golang.org/x/oauth2.

2. Implementation Steps

Step 1: Configure Application in MojoAuth

Installs
3
Repository
mojoauth/skills
First Seen
Feb 28, 2026
oidc-hosted-page-go — mojoauth/skills