UNPKG

oidc-lib

Version:

A library for creating OIDC Service Providers

15 lines (11 loc) 402 B
/*! * Copyright (c) 2020 Digital Bazaar, Inc. All rights reserved. */ 'use strict' /** * Simple config file (to help test against local instances of authn.io, local * wallets, etc). */ const MEDIATOR = 'https://beta.authn.io/mediator' + '?origin=' + encodeURIComponent(window.location.origin); const WALLET_LOCATION = 'https://virtual.itsourweb.org:3000/wallet/wallet_worker/';