Skip to content

Latest commit

 

History

History

core

@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.