1.2.6 (2024-10-18)
- handle legacy token format (4eed50c)
1.2.5 (2024-09-30)
- refresh token logic improvement (60bc4de)
1.2.4 (2024-09-26)
- add refreshCachedTokenV2 method (f0ffb7e)
1.2.3 (2024-08-29)
- add calcTestSignature function for native login tests (cefd969)
1.2.2 (2024-08-29)
- fix missing identityToken in signature calculation (f1cc9a4)
1.2.1 (2024-06-24)
- add convertCamelCaseFromSnake util (bc4ec51)
1.2.0 (2024-06-24)
- minor: rollback code and use snakecase (ef3ee33)
1.1.3 (2024-06-24)
- add useLowerCaseKey option to set key names to lowercase (d857afa)
1.1.2 (2024-06-11)
1.1.1 (2024-06-11)
- update tokenSignature to include authId (3bf2331)
1.1.0 (2024-06-11)
- minor: fix custom headers in AWS http request (2190412)
1.0.17 (2024-06-11)
- correct the constructor of AWSStorageService (069b4b2)
- add getTokenStorage method to AWSWebCore and AzureWebCore (5653596)
1.0.16 (2024-06-11)
- add changeUserSite method to change user site (236bcbe)
1.0.15 (2024-06-10)
- add HttpResponse type (4829273)
1.0.14 (2024-06-08)
- add getTokenSignature method and TokenSignature interface (45b947a)
1.0.13 (2024-06-07)
- refresh token with identity token (2ae68b2)
1.0.12 (2024-06-06)
- sign request with current, signature, and optional domain (d913123)
1.0.11 (2024-06-06)
1.0.10 (2024-06-06)
- add HttpRequestBuilder without credentials (295861d)
1.0.9 (2024-06-05)
1.0.8 (2024-06-05)
1.0.7 (2024-05-31)
1.0.6 (2024-05-31)
- add AzureHttpRequestBuilder class (80e3164)
1.0.5 (2024-05-30)
- add init func to aws web core (7a45774)
1.0.4 (2024-05-30)
- remove unnecessary request method from WebCoreService interface (4b2c38c)
- setup core, token-storage (d7b010d)
- update aws web core (f1e7a89)
- update setUseXLemonIdentity to be async (a131a34)
1.0.3 (2024-05-28)
- add factory class for creating instances of CloudService (3147ec1)
- add http-request builder (e2aa4dd)
- add typedoc configuration for generating documentation (ef7e949)
1.0.2 (2024-05-28)
1.0.1 (2024-05-28)
- setup project (90269f7)