@slash-copilot/browser
TypeScript icon, indicating that this package has built-in type declarations

2.3.0 • Public • Published

Logto JS Browser SDK

Version Build Status Codecov

The Logto JavaScript Browser SDK written in TypeScript. Check out our docs for more information.

Installation

Using npm

npm install @slash-copilot/browser

Using yarn

yarn add @slash-copilot/browser

Using pnpm

pnpm add @slash-copilot/browser

What is this and how does it work?

As the name suggests, Logto browser SDK is the foundation of all Logto SDKs that run in a browser environment (Vanilla, React, Vue, etc.). @slash-copilot/browser extends @slash-copilot/client and provides a browser specific implementation of the client adapters:

  • Implements Storage by using browser localStorage and sessionStorage.
  • Implements navigate method by using window.location.href.

Usually you are not expected to use it directly in your application, but instead choosing a framework specific SDK that built on top of it. We have already released a set of official SDKs to accelerate your integration. Check this out and get started!

If Logto does not support your front-end framework and you want to create your own SDK from scratch, we recommend checking out the SDK specification first. You can also refer to our React SDK and Vue SDK to learn more about the implementation details.

Resources

Website Docs Discord

Readme

Keywords

none

Package Sidebar

Install

npm i @slash-copilot/browser

Weekly Downloads

1

Version

2.3.0

License

MIT

Unpacked Size

19.8 kB

Total Files

19

Last publish

Collaborators

  • waltcow