revyl-cli-auth-bypass-expo

Automate test-only Expo auth bypass flows with Revyl CLI.

502|24|Updated Aug 5, 2024
One-click install
npx skills add https://github.com/RevylAI/revyl-cli --skill revyl-cli-auth-bypass-expo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: revyl-cli-auth-bypass-expo
Source: https://github.com/RevylAI/revyl-cli/tree/main/skills/revyl-cli-auth-bypass-expo
Command: npx skills add https://github.com/RevylAI/revyl-cli --skill revyl-cli-auth-bypass-expo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provide a safe, test-only Expo auth bypass path within Revyl workflows to validate deep-link handling and session state without impacting production authentication flows.

Core Features & Use Cases

  • Leaf-expo integration for test-only bypass with environment-gated launch vars.
  • Route backstop and error visibility on bypass failures in Expo Router apps.
  • Dev-loop friendly: simple installation and guided steps to run a dev session with bypass enabled.

Quick Start

Install the Expo bypass leaf, configure REVYL_AUTH_BYPASS_ENABLED and REVYL_AUTH_BYPASS_TOKEN launch vars, start the dev loop with those vars, and open the test URL to verify the bypass flow.

Frequently Asked Questions about revyl-cli-auth-bypass-expo

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

FAQPage Schema
How do I bypass authentication in an Expo dev loop for testing deep links?

You can bypass Expo authentication in a dev loop by using a test-only bypass path with environment-gated launch variables like REVYL_AUTH_BYPASS_ENABLED and REVYL_AUTH_BYPASS_TOKEN to validate deep-link handling and session state.

What are the guardrails for test-only Expo auth bypass to prevent production activation?

Test-only Expo auth bypass guardrails enforce environment gating, validate tokens against role and redirect allowlists, and apply route backstops to prevent any production authentication activation during dev sessions.

How do I configure Expo Router to handle auth bypass failures during QA?

Configure Expo Router auth bypass handling by setting route backstops that catch bypass failures, surfacing clear debug states and error visibility to verify session state and redirect rules during QA.

Can I use launch variables to gate an Expo auth bypass flow for development?

Yes, you can gate an Expo auth bypass flow using launch variables like REVYL_AUTH_BYPASS_ENABLED and REVYL_AUTH_BYPASS_TOKEN to safely coordinate bypass URLs and token validation exclusively in development sessions.

Does the Expo auth bypass support token validation and redirect allowlists?

Yes, the Expo auth bypass validates tokens, roles, and redirect allowlists during dev sessions, ensuring that only authorized test paths execute while maintaining strict security guardrails against production usage.

Why is my Expo auth bypass not working in my development session?

Expo auth bypass failures often stem from missing launch variables, invalid tokens, or unconfigured route backstops; the bypass mechanism surfaces clear debug states to verify token validation and redirect allowlist settings.