Summary:
Implement identity verification via a token in the widget snippet code instead of using cookies.
Description:
Currently, our system uses cookies to identify and log in users to their accounts within the widget on your website. By switching to a token-based authentication method, users will be automatically logged into their accounts in the widget without needing to log in manually. This change will also resolve issues where the login button is not visible on mobile devices and browsers that block cookies.
Benefits:
  • Automatic Login:
    Users are automatically logged in, enhancing the user experience.
  • Improved Compatibility:
    Resolves issues with login buttons not appearing on mobile and in cookie-blocked browsers.