You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
The setJwt method currently belongs to the Auth class, but it should instead be put in the Kuzzle class, as stated by the other languages documentation (see the jwt property in the JS Kuzzle constructor documentation)
The
setJwtmethod currently belongs to theAuthclass, but it should instead be put in theKuzzleclass, as stated by the other languages documentation (see thejwtproperty in the JS Kuzzle constructor documentation)This is especially visible as the C++ documentation shows the JWT getter in the Kuzzle ctor documentation: https://docs-v2.kuzzle.io/sdk-reference/cpp/1/kuzzle/introduction/