Skip to content

feat: add auth method none — skip all auth checks for public/dev deployments#21

Merged
rbrasier merged 1 commit into
mainfrom
claude/add-auth-none-option-CHrxP
May 20, 2026
Merged

feat: add auth method none — skip all auth checks for public/dev deployments#21
rbrasier merged 1 commit into
mainfrom
claude/add-auth-none-option-CHrxP

Conversation

@rbrasier

Copy link
Copy Markdown
Owner

Adds none as a valid AUTH_METHOD. Middleware short-circuits immediately so
all routes including /admin/* are publicly accessible without a session.
Both init-project.sh and packages/create CLI prompt for the new option and
emit a warning when it is selected. Version bumped to 1.0.10.

https://claude.ai/code/session_01RwZB5voteRxBGaVQiqyjqt

…oyments

Adds none as a valid AUTH_METHOD. Middleware short-circuits immediately so
all routes including /admin/* are publicly accessible without a session.
Both init-project.sh and packages/create CLI prompt for the new option and
emit a warning when it is selected. Version bumped to 1.0.10.

https://claude.ai/code/session_01RwZB5voteRxBGaVQiqyjqt
@rbrasier rbrasier merged commit 407a273 into main May 20, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants