cidaas-javascript-sdk 2.5.0 → 2.5.1
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.md +3 -5
- package/package.json +1 -1
- package/Changelogs.md +0 -29
package/CHANGELOG.md
CHANGED
|
@@ -1,8 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
## [2.5.1](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/compare/v2.5.0...v2.5.1) (2023-05-03)
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
###
|
|
4
|
+
### Performance Improvements
|
|
5
5
|
|
|
6
|
-
*
|
|
7
|
-
* typescript migration ([79d875d](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/79d875d5983a35500bc70ee4e7e6f189468966e4))
|
|
8
|
-
* typescript migration ([d84074d](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/d84074def880a2b321dd3a8a1541b1ecec203d16))
|
|
6
|
+
* javascript to typescript migration ([654a06a](https://gitlab.widas.de/cidaas-public-devkits/cidaas-public-sdks/cidaas-javascript-sdk/commit/654a06a8c2fea382afac3809457b9afd2fa20d84))
|
package/package.json
CHANGED
package/Changelogs.md
DELETED
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
## Version v2.1.0
|
|
2
|
-
|
|
3
|
-
### Changes :
|
|
4
|
-
|
|
5
|
-
1. Using the response_type 'code' will start the Auhtorization Code Flow with PKCE instead of the normal Authorization Code Flow
|
|
6
|
-
|
|
7
|
-
### What's New :
|
|
8
|
-
|
|
9
|
-
Authorization Code Flow with PKCE will now be used instead of the Authorization Code Flow.
|
|
10
|
-
|
|
11
|
-
## Version v2.0.12
|
|
12
|
-
|
|
13
|
-
### Existing :
|
|
14
|
-
|
|
15
|
-
1. Login chain implementation gives direct JSON response, which will change the entire flow
|
|
16
|
-
|
|
17
|
-
### Changes :
|
|
18
|
-
|
|
19
|
-
1. Login chain implementation is automatically redirect to the corresponding page based on hosted page settings
|
|
20
|
-
|
|
21
|
-
### What's New :
|
|
22
|
-
|
|
23
|
-
Added some new methods
|
|
24
|
-
|
|
25
|
-
1. Link, Unlink Account
|
|
26
|
-
2. User Activities
|
|
27
|
-
3. Review devices
|
|
28
|
-
4. Accepted consents
|
|
29
|
-
5. Scope Consent Management
|