Handles framework agnostic content
# With npm
npm install @asgardeo/js
# With pnpm
pnpm add @asgardeo/js
# With yarn
yarn add @asgardeo/js
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();
}
Licenses this source under the Apache License, Version 2.0 LICENSE, You may not use this file except in compliance with the License.