-
Notifications
You must be signed in to change notification settings - Fork 16
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
Composer Authentication requires #53
Comments
What precisely do you mean by "disabling the auth" here? Belt's authentication is opt-in, it only works if you enable it by adding I would check if you have some form of authentication on your server/hosting level. |
By disabling the auth I meant not enabling it 😅 Here is the link to the repo: user: composer Obviously, I'll change the credentials after we solve the issue 😅 |
If you put a static file in the site root and try to open it in browser it do you get the authentication prompt? If so - it's not coming from the Belt. |
Yep, I can access them: |
What's your Belt config in entirety? |
Here it is
|
I'll try to reproduce later (I don't have my normal setup at the moment), but that looks ok. Can't remember if there are any issues if you don't actually allow/disallow anything for the user. Also note that browsers can remember HTTP authentication requests very aggressively, so a relaunch/reboot doesn't hurt in between making changes to this stuff. |
Hey, we're disabling the auth for the custom composer repo. On the front-end it works fine.
But when it comes to downloading via the composer commands, it's till asking for username and password.
Is there anything else that we need to disable in order for this to work?
I've also tried to enable user and password, but still doesn't work.
Thanks!
The text was updated successfully, but these errors were encountered: