-
Notifications
You must be signed in to change notification settings - Fork 17
Add support for the new auth:refreshToken API route #381
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@scottinet: Did you plan to add documentation for this?
@alexandrebouthinon > the documentation is ready actually, DEV_MODE=true works better if set in the same terminal than the one used to run the snippet tests 😑 Here is the corresponding documentation PR: kuzzleio/documentation#266 |
# [6.1.0](https://github.com/kuzzleio/sdk-javascript/releases/tag/6.1.0) (2019-03-26) #### New features - [ [#381](#381) ] Add support for the new auth:refreshToken API route ([scottinet](https://github.com/scottinet)) #### Others - [ [#379](#379) ] [bugfix] keep internal errors on PartialErrors ([benoitvidis](https://github.com/benoitvidis)) - [ [#376](#376) ] [ci] Add empty .npmignore to push dist on npmjs ([alexandrebouthinon](https://github.com/alexandrebouthinon)) ---
⚠️ depends on kuzzleio/sdk-javascript#381 # Description Add a documentation for the new `auth:refreshToken` function. # Boyscout Amend the `auth:login` documentation by explaining that, after a successful login, the SDK will automatically be "authenticated".
auth:refreshToken
API routeThe CI will fail until the Kuzzle PR is merged.
Description
Add support for the new
auth:refreshToken
API route.Other changes