Skip to main content

Installation

caution

This page is under construction.

To start using the FastAuth Browser SDK, you need to install it first. You can install the latest version or a specific version.

Latest version

To install the latest version, you can use the following commands:

Using npm

npm install @fast-auth/browser-sdk

Using yarn

yarn add @fast-auth/browser-sdk

Using pnpm

pnpm add @fast-auth/browser-sdk

Specific version

If you want to install a specific version, you can find all the available versions in the Changelog page.

Using npm

npm install @fast-auth/browser-sdk@<version>

Using yarn

yarn add @fast-auth/browser-sdk@<version>

Using pnpm

pnpm add @fast-auth/browser-sdk@<version>