home/roleplay/suggested-prompts-for-mojoauth-oidc-ios-swift

Suggested Prompts for MojoAuth OIDC — iOS / Swift

GPTClaudeGemini··657 copies·updated 2026-07-14
suggested-prompts-for-mojoauth-oidc-ios-swift.prompt
# Suggested Prompts for MojoAuth OIDC — iOS / Swift

## Full Implementation

> "Add passwordless authentication to my iOS/Swift application using MojoAuth.
>
> Follow `skills/authentication/oidc-hosted-page-ios/SKILL.md` exactly.
>
> Requirements:
> 1. Add AppAuth via Swift Package Manager.
> 2. Configure the URL scheme and Info.plist.
> 3. Create an AuthManager to handle the OIDC flow.
> 4. Create a login screen with a 'Sign In with MojoAuth' button.
> 5. Handle the redirect in AppDelegate/SceneDelegate.
>
> My MojoAuth config:
> - MojoAuth Domain: `your-app.mojoauth.com`
> - Client ID: `<my_client_id>`
> - Redirect URI: `com.example.myapp://auth/callback`"

## Add MojoAuth to Existing Login

> "My iOS app already has a login screen. Add MojoAuth as a passwordless alternative.
> Reference `skills/authentication/oidc-hosted-page-ios/SKILL.md`.
> The MojoAuth flow should use AppAuth and PKCE."

when to use it

Community prompt sourced from the open-source GitHub repo Bilal140202/the-lord-of-the-skills (MIT). A "Suggested Prompts for MojoAuth OIDC — iOS / Swift" 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

Bilal140202/the-lord-of-the-skills · MIT