auth

Automate login to a local Carbon ERP dev server using a bypass email.

2.3k|331|Updated Jun 3, 2024
One-click install
npx skills add https://github.com/crbnos/carbon --skill auth-crbnos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: auth
Source: https://github.com/crbnos/carbon/tree/main/.ai/skills/auth
Command: npx skills add https://github.com/crbnos/carbon --skill auth-crbnos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the login process for the local Carbon ERP dev server, enabling authenticated browser sessions for tasks like automated testing and manual verification.

Core Features & Use Cases

  • Automated Login: Logs into the local Carbon ERP dev server using a bypass email.
  • Session Management: Maintains an open session for subsequent authenticated operations.
  • Use Case: Before running automated tests or manual checks on the Carbon ERP system, this Skill ensures that the browser session is authenticated, streamlining the process and eliminating the need for manual login.

Quick Start

Run the auth skill to authenticate your browser session for Carbon ERP.

Frequently Asked Questions about auth

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

FAQPage Schema
How do I automate login for a local Carbon ERP dev server?

Automate login for a local Carbon ERP dev server by using a predefined bypass email to establish an authenticated browser session, eliminating manual entry during testing or verification.

Do I need a running dev stack to authenticate a browser session for Carbon ERP?

Yes, authenticating a browser session for Carbon ERP requires a running local dev stack and the predefined bypass email user to be present in the system database.

What is automated browser session authentication used for in dev automation?

Automated browser session authentication is used to streamline automated testing and manual verification by maintaining an open authenticated state without requiring manual login.

Can I use a bypass email for login automation instead of manual credentials?

Yes, login automation can use a predefined bypass email to authenticate the browser session, provided the corresponding user exists in the local Carbon ERP system.

Why does automated ERP login fail if the bypass email user is missing?

Automated ERP login fails because the authentication mechanism requires the predefined bypass email user to exist in the system database to establish the session.

What is the best way to maintain an authenticated browser session for ERP testing?

The best way to maintain an authenticated browser session for ERP testing is to run an automated login script that uses a predefined bypass email before executing tests.