azure-devops-npm-auth icon indicating copy to clipboard operation
azure-devops-npm-auth copied to clipboard

Uses the OAuth2 device code flow to authenticate against the Azure DevOps artifact private registry.

Results 14 azure-devops-npm-auth issues
Sort by recently updated
recently updated
newest added

Removes [cacheable-request](https://github.com/jaredwray/cacheable-request). It's no longer used after updating ancestor dependency [openid-client](https://github.com/panva/node-openid-client). These dependencies need to be updated together. Removes `cacheable-request` Updates `openid-client` from 3.15.10 to 5.4.0 Release notes Sourced from...

dependencies

Bumps [http-cache-semantics](https://github.com/kornelski/http-cache-semantics) from 4.1.0 to 4.1.1. Commits 2449650 Update mocha 560b2d8 Don't use regex to trim whitespace b1bdb92 Remove linting package zoo c20dc7e Cache 308 See full diff in compare...

dependencies

TOPS-800: Replacing gsoft-inc/wl-reusable-workflows by workleap/wl-reusable-workflows -- Not sure why this PR has been created? Reach TechOps in our public slack channel: #techops-and-friends Some context on the why of this PR...

Currently, the following error is thrown when no registry can be found: https://github.com/gsoft-inc/azure-devops-npm-auth/blob/2271deb559f15fcaed6711a55937538a82b15e6d/index.ts#L119-L123 #28 Added support for yarn v2+ by checking whether a `.yarnrc.yml` exists. See https://github.com/gsoft-inc/azure-devops-npm-auth/blob/2271deb559f15fcaed6711a55937538a82b15e6d/index.ts#L42-L44 The error message...