Skip to content

Intuned/intuned-auth-sessions-integration-examples

Repository files navigation

Intuned Auth Sessions Integration Examples

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.

Table of Contents

Overview

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.

Docs

You can find more information about the Auth Sessions feature in our docs.

Getting Started

Prerequisites

Before using the examples, ensure you have the following installed:

  • Node.js
  • Yarn
  • Intuned account with access to the Auth Sessions feature

Installation

  1. Clone the repository:

    git clone https://github.com/Intuned/intuned-auth-sessions-integration-examples
  2. Navigate to the project directory:

    cd intuned-auth-sessions-integration-examples
  3. Install dependencies:

    yarn install

Examples

Each folder in the repository contains a complete example project showcasing a different integration use case with Intuned's Auth Sessions. Examples include:

  1. Example 1: Automate Linkedin actions using recorder-based Auth Sessions
  2. Example 2: Automate back-office action using Credentials-based auth sessions
  3. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published