sdk-javascript
sdk-javascript copied to clipboard
Kuzzle Javascript SDK. High level library including multi-protocol support, offline resiliency, realtime data and more
## What does this PR do ? Reapply current JWT before executing offlineQueue requests. Since the final user could use the authenticator with a short JWT TTL or being disconnected...
## What does this PR do ? Fix the queue jwt token when it contains old ones ### How should this be manually tested? - Step 1 : - Step...
Improve document payload according to real documentation https://docs.kuzzle.io/core/2/api/payloads/notifications/#document-notification Can you ping me on release @rolljee @etrousset ? Thanks :)
This PR is intended to support triggerEvents request parameter for embeded sdk. It is unit tested and will be functionnal tested when released on kuzzle side. A lot of doc...