@asgardeo/js
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

@asgardeo/js

Handles framework agnostic content

npm (scoped) npm License

Installation

# With npm
npm install @asgardeo/js

# With pnpm
pnpm add @asgardeo/js

# With yarn
yarn add @asgardeo/js

Usage

To use functions from @asgardeo/js, simply import the function and use it in your code:

import { authenticate } from '@asgardeo/js';

function implementAuthn() {
  const response = await authenticate();
}

License

Licenses this source under the Apache License, Version 2.0 LICENSE, You may not use this file except in compliance with the License.

Package Sidebar

Install

npm i @asgardeo/js

Weekly Downloads

1

Version

0.1.1

License

Apache-2.0

Unpacked Size

1.86 MB

Total Files

148

Last publish

Collaborators

  • wso2-org