Oidc Hosted Page Laravel

🌐Community
by ssojet · vlatest · Repository

This Laravel skill facilitates secure, hosted OIDC (OpenID Connect) pages for seamless user authentication and authorization within your applications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add oidc-hosted-page-laravel npx -- -y @trustedskills/oidc-hosted-page-laravel
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "oidc-hosted-page-laravel": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/oidc-hosted-page-laravel"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides a Laravel package that simplifies integrating OpenID Connect (OIDC) hosted pages. It allows you to easily display and manage login/logout pages, streamlining user authentication within your applications. The package handles the complexities of OIDC flows, providing a more convenient development experience.

When to use it

  • You're building a Laravel application requiring secure user authentication via OpenID Connect.
  • You want to avoid manually configuring and managing complex OIDC login/logout pages.
  • You need a standardized approach for handling OIDC flows within your Laravel project.
  • You are looking for a pre-built solution to quickly implement OIDC hosted pages.

Key capabilities

  • Laravel package integration
  • OpenID Connect (OIDC) support
  • Hosted login/logout page management
  • Simplified user authentication flow

Example prompts

  • "Integrate the OIDC hosted page Laravel skill into my project."
  • "Show me how to configure the OpenID Connect settings for this package."
  • “Generate a basic login form using the hosted page functionality.”

Tips & gotchas

  • Requires a working Laravel development environment.
  • Ensure you have appropriate OIDC provider configuration details (client ID, client secret, etc.) before installation and setup.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
ssojet
Installs
2

🌐 Community

Passed automated security scans.