add-external-oauth

Automate OAuth setup with external identity providers for Next.js and Supabase.

Updated Jun 12, 2026
One-click install
npx skills add https://github.com/Alif-N/fe-sima-arome --skill add-external-oauth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-external-oauth
Source: https://github.com/Alif-N/fe-sima-arome/tree/main/.agents/skills/add-external-oauth
Command: npx skills add https://github.com/Alif-N/fe-sima-arome --skill add-external-oauth

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires next, supabase, jose, crypto, axios, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the setup of OAuth integration with external identity providers (IDP) for Next.js applications using Supabase, simplifying the process of adding single sign-on (SSO) and OAuth login capabilities.

Core Features & Use Cases

  • OAuth Proxy Flow: Automates the OAuth proxy flow with Proof Key for Code Exchange (PKCE) for enhanced security.
  • User Provisioning: Handles user provisioning via the Supabase Admin API.
  • Session Management: Manages session establishment and user authentication.
  • Use Case: For developers building Next.js applications with Supabase that require SSO or OAuth login but do not have access to deployment configuration.

Quick Start

Use the add-external-oauth skill to set up OAuth integration with Google for your Next.js application.

Frequently Asked Questions about add-external-oauth

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up OAuth integration with an external identity provider in Next.js and Supabase?

To set up OAuth integration, you can automate the OAuth proxy flow with PKCE for security, handle user provisioning via the Supabase Admin API, and manage session establishment for your Next.js application.

Can I use single sign-on with Azure AD or Okta without deployment configuration access?

Yes, you can implement single sign-on with identity providers like Azure AD, Okta, and Auth0 without deployment configuration access by using an automated OAuth client proxy flow designed for Next.js and Supabase.

Does this OAuth automation handle PKCE and user provisioning automatically?

Yes, the OAuth automation handles the full flow including Proof Key for Code Exchange (PKCE) for enhanced security and user provisioning via the Supabase Admin API to manage user identities.

What is the best way to add SSO to a Next.js application using Supabase?

The best way to add SSO is to automate the OAuth setup, which handles the complete authentication flow, session management, and user provisioning between your Next.js application and Supabase.

Do I need Next.js and Supabase to automate external identity provider authentication?

Yes, this specific OAuth automation is designed exclusively for Next.js applications using Supabase, relying on them as the foundational client and backend for session management and user provisioning.