New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@asgardeo/js

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@asgardeo/js

Framework agnostic JS for Asgardeo or Identity Server

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
0
Created
Source

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

Keywords

asgardeo

FAQs

Package last updated on 29 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts