Suggested Prompts for MojoAuth OIDC — Go
# Suggested Prompts for MojoAuth OIDC — Go
## Full Implementation
> "Add passwordless authentication to my Go application using MojoAuth.
>
> Follow `skills/authentication/oidc-hosted-page-go/SKILL.md` exactly.
>
> Requirements:
> 1. Install `go-oidc` and `golang.org/x/oauth2`.
> 2. Configure the OIDC provider with my MojoAuth Domain and credentials.
> 3. Create a login page with a 'Sign In with MojoAuth' link.
> 4. Create handlers for login initiation and OIDC callback with ID token verification.
>
> My MojoAuth config:
> - MojoAuth Domain: `your-app.mojoauth.com`
> - Client ID: `<my_client_id>`
> - Redirect URI: `http://localhost:8080/auth/callback`"
## Add MojoAuth to Existing Login
> "My Go app already has session-based auth. Add MojoAuth as a passwordless alternative.
> Reference `skills/authentication/oidc-hosted-page-go/SKILL.md`.
> Both paths should result in the same session state."when to use it
Community prompt sourced from the open-source GitHub repo Pyfagorass/bookofspells (no explicit license). A "Suggested Prompts for MojoAuth OIDC — Go" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
Pyfagorass/bookofspells · no explicit license