Wishi partner widget/SDK documentation
  • The Formal Stuff
    • Introduction
    • iOS SDK
      • Setup
        • View controller setup example
      • Public protocols
      • Public API's
      • Data structures/types
    • Web SDK
      • Setup
      • Initialization
      • Data structures
      • Public API's/interfaces
      • Events subscription
      • Telemetry
    • Pixel
      • Set up the base code
      • Set up events
      • Tracking parameters
    • Client-side authentication
    • FAQ
Powered by GitBook
On this page

Was this helpful?

  1. The Formal Stuff

Client-side authentication

PreviousTracking parametersNextFAQ

Last updated 2 years ago

Was this helpful?

Prerequisite

in order to perform client-side authentication with Wishi, you will have to complete the following procedure:

  • Contact wishi developers - developer@wishi.me

  • Exchange public/private keys.

  • make sure a simple token can be created and decrypted using Wishi services.

  • passing token on behalf of the user on init to Wishi SDK's.

    • this token referred as partnerToken on and

web
iOS