Skip to content

Requirements

Before you start

To integrate PointsInPlay into your application you'll require the following:

  • Web environment where you can embed our widget. This could be either your web page or WebView if you're integrating mobile application.

Web environment support

Environment in which widget is embedded should be able to run modern JavaScript and support native ES Modules, native ESM dynamic import, and import.meta.

  • Backend server which authenticates your users. You will use this server to issue JWT tokens to login your users in our widget.

By combining these elements, you'll be able to embed our widget for each user that is currently logged in your application. Since you're responsible for issuing tokens you'll be able to control which of your users is able to participate in the game. As for us, token will give us ability to keep track and display your users results in widget.