0.1.3 • Published 11 months ago

@asgardeo/js v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
11 months ago

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.

0.1.3

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago

0.0.0

1 year ago