Authenticate a browser against a local ChatJS app without OAuth. Use for development login, local auth bypass, authenticated browser or Playwright testing, and the /api/dev-login route.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add FranciscoMoretti/chat-js --skill dev-auth-bypass --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Dev Auth Bypass?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/franciscomoretti-dev-auth-bypass)More formats (shields.io, HTML) on the badges page.
---
name: dev-auth-bypass
description: Authenticate a browser against a local ChatJS app without OAuth. Use for development login, local auth bypass, authenticated browser or Playwright testing, and the /api/dev-login route.
---
# Dev Auth Bypass
- Given the app URL, navigate the browser to `<app-url>/api/dev-login`.
- Use browser navigation rather than `curl` so the browser receives the session
cookie.
- Expect the route to create the local dev user and session, then redirect to
the app.
- Use this route only in development. It returns `404` otherwise.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!