You can integrate AuthSafe on any web application using a two-step integration process:
- Client-end integration
- Server-end integration
Client-end integration
To perform the client-end integration:
- Log in to AuthSafe.
- Click Settings > Tracking Code.
- Copy the tracking code to a safe place.
- Add the code to the in the head tag of the website just before the </head> tag.
Server-end integration
For server-end integration, AuthSafe SDK needs to be integrated on two pages:
- Login Page
- Reset Password Page
As an account takeover attack happens mostly from the above pages, Integrate APIs in the above pages.
There are two ways to perform integration on server-side code:
- SDK: Software Development Kits (SDKs) ease the integration process. For more information on available SDKs, see the SDK page.
- REST API: If you do not want to use SDKs, then you can choose the REST APIs which can be directly integrated on the server-side. Refer how to integrate AuthSafe using REST API