Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@plusauth/oidc-client-js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@plusauth/oidc-client-js

OpenID Connect (OIDC) and OAuth2 library for browser based JavaScript applications.

  • 1.2.2
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
603
decreased by-4.44%
Maintainers
1
Weekly downloads
 
Created
Source

@plusauth/oidc-client-js

Build Status npm npm bundle size (scoped) npm bundle size (scoped) Codecov Vulnerabilities license

OpenID Connect (OIDC) and OAuth2 library for browser based JavaScript applications.

Features

  • Silent Authentication
  • Automatic Access Token Renewal
  • OAuth 2.0 Token Revocation
  • Session Management (with logout functionality)
  • PKCE
  • JWT payload validation
  • Can be used with any OAuth 2.0 / OpenID Connect provider
  • Cross tab/window login synchronization
  • Dispatches single request per tab/window to prevent inconsistency
  • Official TypeScript support

Table of Contents

Installation

From the CDN:

⚠ NOTE: Although @plusauth/oidc-client-js follows semantic versioning, we advise using specific versions in CDN links as they are easy to forget and latest version may break up your application. Make sure to check releases and use the specific version.

<script src="https://unpkg.com/@plusauth/oidc-client-js@1.2.1/dist/oidc-client.min.js"></script>

Using npm:

npm install @plusauth/oidc-client-js

or yarn:

yarn add @plusauth/oidc-client-js

Documentation

Documentation is served on PlusAuth documentation site. You can reach it from here

Api Docs

Please visit here

Browser Support

Browserlist Coverage

Examples

Have a look at examples directory for various examples

Keywords

FAQs

Package last updated on 09 Apr 2023

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc