netlify-identity

Orchestrate user authentication flows with Netlify Identity APIs.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ChristineTham/lp --skill netlify-identity
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: netlify-identity
Source: https://github.com/ChristineTham/lp/tree/main/.agents/skills/netlify-identity
Command: npx skills add https://github.com/ChristineTham/lp --skill netlify-identity

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Implementing robust user authentication and access control can be complex; this Skill provides a clear, turnkey approach using Netlify Identity to manage signups, logins, password recovery, and role-based access.

Core Features & Use Cases

  • Client-side identity APIs for signups, logins, and password resets.
  • Server-side patterns with Netlify Functions for protected routes and SSR integration.
  • OAuth provider integration and role-based access control using Identity.

Quick Start

Install the Netlify Identity package and add the identity gateway to your app to enable signups, logins, and password recovery.

Frequently Asked Questions about netlify-identity

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

FAQPage Schema
How do I add Netlify Identity authentication to my web app?

Netlify Identity is a headless identity service that orchestrates user authentication flows including signups, logins, and password recovery. It applies to web applications requiring role-based access control and protected routes.

Can I use Netlify Identity with OAuth providers for login?

Yes, Netlify Identity supports OAuth provider integration. It orchestrates authentication flows that connect external providers to manage user access alongside standard email and password logins.

Does Netlify Identity work with serverless functions for protected routes?

Netlify Identity works with serverless functions by providing server-side patterns. This enables secure protected routes and server-side rendering integration across client and server contexts.

How do I set up role-based access control using Netlify Identity?

Role-based access control using Netlify Identity is implemented by leveraging headless identity management capabilities. It applies role rules to protected routes across client and serverless contexts.

What is needed to start managing password recovery flows on Netlify?

To manage password recovery flows on Netlify, you need to install the Netlify Identity package and add the identity gateway. This provides a turnkey approach to user access management.