3.4.1 • Published 15 days ago

@qelos/web-sdk v3.4.1

Weekly downloads
-
License
MIT
Repository
-
Last release
15 days ago

@qelos/web-sdk

A package to manage communication between a Plugin MFE to a QELOS application host.

Installation

npm install @qelos/web-sdk

Usage

import { authorize, code } from "@qelos/web-sdk";

// authorize your micro-frontend application 
// to recognize the user and tenant of host application:
const { user, tenant } = authorize();


// add the "code" parameter given from this web-sdk
// it's a code created for this specific intercation with the user:
fetch('/api/you-own-api', {
  headers: { code }
})

Enjoy!

3.4.1

15 days ago

3.4.0

26 days ago

3.2.0

1 year ago

3.2.8

1 year ago

3.1.27

1 year ago

3.1.26

1 year ago

3.1.28

1 year ago

3.1.30

1 year ago

3.0.3

1 year ago

3.0.1

1 year ago

2.0.27

2 years ago

2.0.26

2 years ago

2.0.22

2 years ago