3.8.3 • Published 6 months ago
@qelos/web-sdk v3.8.3
@qelos/web-sdk
A package to manage communication between a Plugin MFE to a QELOS application host.
Installation
npm install @qelos/web-sdkUsage
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.8.3
6 months ago
3.7.4
1 year ago
3.8.2
7 months ago
3.7.3
1 year ago
3.8.1
8 months ago
3.7.2
1 year ago
3.7.7
10 months ago
3.8.0
8 months ago
3.7.1
1 year ago
3.7.0
1 year ago
3.6.6
1 year ago
3.4.1
2 years ago
3.4.0
2 years ago
3.2.0
3 years ago
3.2.8
3 years ago
3.1.27
3 years ago
3.1.26
3 years ago
3.1.28
3 years ago
3.1.30
3 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