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

add basic auth support #23

Merged
merged 3 commits into from
Mar 26, 2024
Merged

add basic auth support #23

merged 3 commits into from
Mar 26, 2024

Conversation

ajuvercr
Copy link
Member

No description provided.

lib/utils.ts Outdated
if (resp.status === 401) {
logger("Unauthorized, adding basic auth");
if (url.host === domain.host) {
domainRequired = true;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

auth required?

@ajuvercr ajuvercr merged commit 2408a51 into main Mar 26, 2024
1 check passed
@ajuvercr ajuvercr deleted the basic-auth branch March 26, 2024 13:44
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.

3 participants