This document tracks changes to the API between versions.
-
Removed OAuth server (permanently deleted
/oauth/client
,/user/{userId}/oauth/grant
and/oauth2/token
endpoints) -
OAuth providers (Github, Facebook, Google, etc) now support JWT instead of Access Key (
/auth/accesskey
endpoint renamed to/oauth/token
and it returns JWT) -
Added JWT authentication support:
/token
endpoint for JWT access and refresh token request with JWT payload;/token/refresh
endpoint for JWT access token request with refresh token.
See DeviceHive API Swagger for more details.
- Added JWT authentication support (
accessKey
request parameter renamed totoken
) - Added
token/refresh
action (takesrefreshToken
parameter and responses new access token inaccessToken
parameter)