catalyst-authentication

Manage user authentication and OAuth tokens for Catalyst applications.

32|7|Updated May 15, 2026
One-click install
npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-authentication
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: catalyst-authentication
Source: https://github.com/catalystbyzoho/agent-skills/tree/main/skills/catalyst-authentication
Command: npx skills add https://github.com/catalystbyzoho/agent-skills --skill catalyst-authentication

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies user authentication, OAuth token management, and ZAID verification for Catalyst applications, ensuring secure access and seamless integration with third-party services.

Core Features & Use Cases

  • User Authentication: Handle user login, signup, and signout with built-in or custom SSO.
  • ZAID Verification: Automate ZAID verification between Development and Production environments to prevent auth failures.
  • OAuth Token Management: Manage OAuth tokens for third-party service integrations with auto-refresh capabilities.
  • Use Case: When building a Catalyst application that requires user authentication, this Skill can be used to implement secure login, manage OAuth tokens for external API calls, and ensure proper ZAID configuration.

Quick Start

Load the catalyst-authentication skill and execute the 'authenticateUser' command with the required username and password.

Frequently Asked Questions about catalyst-authentication

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

FAQPage Schema
How do I manage user authentication and OAuth tokens for a Catalyst application?

You can manage user authentication and OAuth tokens for a Catalyst application by loading this Skill to handle built-in or custom SSO, execute user login and signout, and manage OAuth tokens for third-party service integrations.

What is ZAID verification and why do I need it for secure access?

ZAID verification checks environment consistency between Development and Production to prevent authentication failures. Automating this check ensures secure access and proper configuration when deploying Catalyst applications across different environments.

Can I use custom SSO for user login and signup in Catalyst?

Yes, you can use custom SSO for user login and signup in Catalyst. This Skill supports both built-in and custom SSO options to handle user authentication and manage secure access for your application.

How do I auto-refresh OAuth tokens for third-party service integrations?

You can auto-refresh OAuth tokens for third-party service integrations by using the OAuth token management capabilities provided. This ensures continuous secure access to external APIs without manual token updates.

Do I need a specific environment setup to implement ZAID verification and OAuth management?

Yes, you need a Catalyst environment setup and proper configuration of authentication services before implementing ZAID verification and OAuth token management for your application's secure access.

Why does user authentication fail when moving between Development and Production environments?

User authentication often fails during environment transitions due to ZAID inconsistencies. Automating ZAID verification between Development and Production environments prevents these auth failures and ensures seamless secure access.