Skip to content

4.7.0

Compare
Choose a tag to compare
@kirill-konshin kirill-konshin released this 02 Feb 01:09
· 97 commits to master since this release
eb71da9

Add support for JWT authentication, which affects the login() method exclusively. The newly introduced login method takes as input a JWT credential via the jwt parameter. For example:

platform.login({ jwt: <insert JWT credential> })