MCPcopy
hub / github.com/authts/oidc-client-ts / prependBaseUrlToMetadata

Function prependBaseUrlToMetadata

samples/Parcel/oidc.js:26–30  ·  view source on GitHub ↗
(baseUrl)

Source from the content-addressed store, hash-verified

24};
25
26function prependBaseUrlToMetadata(baseUrl) {
27 for (var name in metadata) {
28 metadata[name] = baseUrl + metadata[name];
29 }
30}
31
32function encodeBase64Url(str) {
33 return Buffer.from(str).toString('base64')

Callers 1

oidc.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…