Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rm exisiting token check
  • Loading branch information
reggi committed Jul 22, 2025
commit afe5d83432a575e912e04b60be9a1f12b0aa030d
7 changes: 0 additions & 7 deletions lib/utils/oidc.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,13 +153,6 @@ async function oidc ({ packageName, registry, opts, config }) {
const regKey = `//${parsedRegistry.host}${parsedRegistry.pathname}`
const authTokenKey = `${regKey}:_authToken`

const existingToken = config.get(authTokenKey)
if (existingToken) {
log.silly('oidc', 'Existing token found')
} else {
log.silly('oidc', 'No existing token found')
}

const escapedPackageName = npa(packageName).escapedName
let response
try {
Expand Down
Loading