1. Home
  2. Integrations
  3. Integrating AuthSafe on Client Applications

Integrating AuthSafe on Client Applications

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:

  1. Log in to AuthSafe.
  2. Click Settings > Tracking Code.
  3. Copy the tracking code to a safe place.
  4. 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: 

  1. SDK: Software Development Kits (SDKs) ease the integration process. For more information on available SDKs, see the SDK page.
  1. 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

Updated on March 7, 2022

Was this article helpful?

Related Articles

Leave a Comment