This repository contains example projects demonstrating how to use Intuned's Auth Sessions feature to integrate with third-party applications that do not provide official APIs. With these examples, developers can leverage Intuned to automate interactions with external services by mimicking user behavior via browser automation.
Intuned Auth Sessions allow you to add authentication to any browser automation task. This includes creating authenticated scrapers, automated RPA processes, or building authenticated integrations when APIs are not available.
This repository provides practical examples to help you understand how to implement and use this feature to interact with external services.
You can find more information about the Auth Sessions feature in our docs.
Before using the examples, ensure you have the following installed:
-
Clone the repository:
git clone https://github.com/Intuned/intuned-auth-sessions-integration-examples
-
Navigate to the project directory:
cd intuned-auth-sessions-integration-examples
-
Install dependencies:
yarn install
Each folder in the repository contains a complete example project showcasing a different integration use case with Intuned's Auth Sessions. Examples include:
- Example 1: Automate Linkedin actions using recorder-based Auth Sessions
- Example 2: Automate back-office action using Credentials-based auth sessions
- Example 3: Automate action on a website that requires two factor authentication
Each example is documented with detailed setup instructions and code explanations. Check the README.md
inside each example folder for more details.