Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass request headers along to initial browser page used to gather stories #425

Closed
wwilsman opened this issue Oct 19, 2021 · 0 comments · Fixed by #426
Closed

Pass request headers along to initial browser page used to gather stories #425

wwilsman opened this issue Oct 19, 2021 · 0 comments · Fixed by #426

Comments

@wwilsman
Copy link
Contributor

The problem

If a Storybook build is served behind an authenticated server, authorization credentials should be able to be provided to the initial page that collects Storybook stories (and also the Storybook version).

The discovery authorization options only work during request interception, so we cannot provide those with these initial pages as we don't want to capture any resources yet. We can however still provide request-headers.

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 a pull request may close this issue.

1 participant