Skip to content

feat(composer): add per-organization anonymous pulling toggle - #161

Open
maartenbode wants to merge 1 commit into
mainfrom
feat/anonymous-composer-access
Open

feat(composer): add per-organization anonymous pulling toggle#161
maartenbode wants to merge 1 commit into
mainfrom
feat/anonymous-composer-access

Conversation

@maartenbode

Copy link
Copy Markdown
Member

Closes #136

Adds a per-organization Anonymous access toggle (Security settings, off by default). When enabled, the org's Composer registry can be pulled without an authentication token — for operators who secure access by other means or self-host without needing data privacy.

  • The gate lives entirely in ComposerTokenAuth: a valid token still works as before; with the toggle on, unauthenticated (or non-matching) requests fall through to anonymous access. With it off, behaviour is unchanged (401).

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.

Allow Anonymous Pulling

1 participant