4.7.0
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> })
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> })