@eid-easy/eideasy-widget 2.138.1 → 2.140.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/CHANGELOG-LATEST.md +2 -2
- package/CHANGELOG.md +2176 -2158
- package/LICENSE +7 -7
- package/README.md +16 -16
- package/dist/favicon.ico +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff +0 -0
- package/dist/fonts/verimi-roboto-v20-latin-500.woff2 +0 -0
- package/dist/full/eideasy-widget.common.js +492 -219
- package/dist/full/eideasy-widget.umd.js +492 -219
- package/dist/full/eideasy-widget.umd.min.js +3 -3
- package/dist/index.html +5 -5
- package/dist/js/app.js +20 -0
- package/package.json +5 -5
- package/dist/widget-only/demo.html +0 -1
- package/dist/widget-only/eideasy-widget.common.js +0 -41707
- package/dist/widget-only/eideasy-widget.umd.js +0 -41726
- package/dist/widget-only/eideasy-widget.umd.min.js +0 -14
package/dist/index.html
CHANGED
|
@@ -67,12 +67,12 @@
|
|
|
67
67
|
countryCode: 'PL', // ISO 3166 two letter country code
|
|
68
68
|
language: 'en', // ISO 639-1 two letter language code,
|
|
69
69
|
sandbox: true,
|
|
70
|
-
clientId: '
|
|
70
|
+
clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
|
|
71
71
|
redirectUri: 'https://id.eideasy.eu/admin/oauthlogin', // this gets used for redirects e.g. when using eParaksts mobile
|
|
72
72
|
apiEndpoints: {
|
|
73
73
|
base: () => 'http://id.eideasy.eu',
|
|
74
|
-
identityStart: () => '
|
|
75
|
-
identityFinish: () => '
|
|
74
|
+
identityStart: () => 'https://eid-sample-app.ddev.site/api/identity/start',
|
|
75
|
+
identityFinish: () => 'https://eid-sample-app.ddev.site/api/identity/finish',
|
|
76
76
|
},
|
|
77
77
|
translations: {
|
|
78
78
|
'et': {
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
enabledCountries: 'all',
|
|
98
98
|
// use these to prefill the input values
|
|
99
99
|
inputValues: {
|
|
100
|
-
//
|
|
100
|
+
//idcode: '',
|
|
101
101
|
// phone: '00000766',
|
|
102
102
|
},
|
|
103
103
|
modifyRequestSettings: (currentSettings) => {
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
language: 'en', // ISO 639-1 two letter language code,
|
|
169
169
|
sandbox: true,
|
|
170
170
|
clientId: 'SNcycaJFfibUABHrbx6c51YRqSiV76Nz',
|
|
171
|
-
docId: '
|
|
171
|
+
docId: '5rMOVZyEqOYO2uW33w1PN2zwDAndUdHQHI8xyz7W',
|
|
172
172
|
apiEndpoints: {
|
|
173
173
|
// base: () => 'http://localhost:8000',
|
|
174
174
|
base: () => 'https://id.eideasy.eu',
|