-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: allow fetch-libs to work without logging in #1702
Conversation
db748e8
to
e1ec791
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see that the PR is still a Draft but I went ahead and reviewed it! sorry!
def setup(self) -> None: | ||
"""Set up the store service.""" | ||
super().setup() | ||
self.anonymous_client = store.AnonymousClient( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this feature (anonymous access) something that we should (eventually) upstream in BaseStoreService?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Eventually once it's a craft_store
feature, yeah.
Fixes #1681