@eid-easy/eideasy-widget 2.108.2 → 2.109.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html CHANGED
@@ -162,11 +162,11 @@
162
162
 
163
163
  const settings = {
164
164
  debug: true,
165
- countryCode: 'LT', // ISO 3166 two letter country code
165
+ countryCode: 'BE', // ISO 3166 two letter country code
166
166
  language: 'en', // ISO 639-1 two letter language code,
167
167
  sandbox: true,
168
- clientId: '9kKmNtYQ7LDOlHvasAE9oYQ0gKS4V4Bl',
169
- docId: 'wBsycIxiQ1uxYq24PGRJabd4AmNB7bqsruGGSgwE',
168
+ clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
169
+ docId: '2clr15ltGh3tzFNJ7cRkZibironshOzuaAQFesad',
170
170
  apiEndpoints: {
171
171
  // base: () => 'http://localhost:8000',
172
172
  base: () => 'https://id.eideasy.eu',
@@ -256,7 +256,7 @@
256
256
  const signingCertWidget = initSigningWidget(
257
257
  document.getElementById('signingCertWidgetHolder'),
258
258
  ['id-signature', 'lt-id-signature', 'lv-id-signature', 'fi-id-signature'],
259
- 'getCertificate'
259
+ 'cscApiAuthorizeCredential'
260
260
  );
261
261
  const identificationWidget = initIdentificationWidget(document.getElementById('identificationWidgetHolder'));
262
262
 
@@ -0,0 +1 @@
1
+ <!doctype html><meta charset="utf-8"><title>eideasy-widget demo</title><script src="./eideasy-widget.umd.js"></script><script>console.log(eideasy-widget)</script>