Suggested Prompts for MojoAuth OIDC — Laravel
# Suggested Prompts for MojoAuth OIDC — Laravel
## Full Implementation
> "Add passwordless authentication to my Laravel application using MojoAuth.
>
> Follow `skills/authentication/oidc-hosted-page-laravel/SKILL.md` exactly.
>
> Requirements:
> 1. Install `laravel/socialite`.
> 2. Create a MojoAuth Socialite provider.
> 3. Create a login page with a 'Sign In with MojoAuth' link.
> 4. Handle the OIDC callback and create/update the user.
>
> My MojoAuth config:
> - MojoAuth Domain: `your-app.mojoauth.com`
> - Client ID: `<my_client_id>`
> - Redirect URI: `http://localhost:8000/auth/callback`"
## Add MojoAuth to Existing Login
> "My Laravel app already has Breeze/Jetstream auth. Add MojoAuth as a passwordless alternative.
> Reference `skills/authentication/oidc-hosted-page-laravel/SKILL.md`.
> Both paths should result in the same Auth::login() session."when to use it
Community prompt sourced from the open-source GitHub repo Pyfagorass/bookofspells (no explicit license). A "Suggested Prompts for MojoAuth OIDC — Laravel" 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