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

@identity-base/client-core

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@identity-base/client-core

Framework-agnostic client core for Identity.Base

latest
Source
npmnpm
Version
0.8.6
Version published
Maintainers
1
Created
Source

@identity-base/client-core

Framework-agnostic TypeScript client core for Identity Base.

Install

npm install @identity-base/client-core

Usage

import { IdentityAuthManager } from '@identity-base/client-core'

const auth = new IdentityAuthManager({
  apiBase: 'https://identity.example.com',
  clientId: 'spa-client',
  redirectUri: 'https://app.example.com/auth/callback',
  scope: 'openid profile email identity.api',
  tokenStorage: 'sessionStorage',
  autoRefresh: true,
})

Keywords

authentication

FAQs

Package last updated on 04 Mar 2026

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