3.6.6 • Published 9 months ago

@qelos/web-sdk v3.6.6

Weekly downloads
-
License
MIT
Repository
-
Last release
9 months 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.6.6

9 months ago

3.4.1

1 year ago

3.4.0

1 year ago

3.2.0

2 years ago

3.2.8

2 years ago

3.1.27

2 years ago

3.1.26

2 years ago

3.1.28

2 years ago

3.1.30

2 years ago

3.0.3

3 years ago

3.0.1

3 years ago

2.0.27

3 years ago

2.0.26

3 years ago

2.0.22

3 years ago