Integrating Wink Login SDK

Latest version of the Wink Login is 1.2.1

Wink Login manages the OAuth 2.0 flow and token lifecycle, simplifying your integration with Wink APIs. It uses OpenID Connect ( OIDC ) protocol to generate OAUTH tokens as a method to convey to the host app the access and identity of the user that is successfully authenticated.
This section describes how to complete a basic Wink Login integration using our Javascript SDK.

๐Ÿ“˜

If you haven't already received your credentials, you can request them from here


Whatโ€™s Next

Lets first look at the Front-end part of the integration where the SDK is placed