Introduction

    Introduction


    Article summary

    Introduction to user authentication

    Shoplive Player uses user information for the following purposes:

    • To display the user name and message in the chat service.

    • To save and manage the log based on the user ID when clicking on the pop-up(announcement, banner, coupon, etc.), the element of the player's UI.

    • To save and manage the log based on user ID when clicking on the product thumbnail and LIKE button.

    It allows the integration of simple authentication and JWT authentication for using the customer's user information in the Shoplive player.

    Simple authentication allows the applied quickly and simply. In most cases, JWT authentication allows enhanced security and prevents any user ID from being abused.

    Refer to the Simple authentication and JWT authentication page for more information on user authentication.