@cyberline-engineering/cle-oidc-client
v0.3.0
Published
TypeScript client for cyberline identity service
Downloads
3
Readme
cle-oidc-client
Multicartshop Identity Service client TypeScript SDK
Library to provide OpenID Connect (OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client applications. Also included is support for user session and access token management.
This project based on authts/oidc-client-ts.
Implements the following OAuth 2.0 protocols and supports OpenID Connect Core 1.0:
Additinal
- Password Grant
- Client Credentials Grant for nodejs environment (not browser)
Table of Contents
Installation
Using npm
$ npm install @cyberline-engineering/cle-oidc-client --save
Building the Source
$ git clone https://github.com/@cyberline-engineering/cle-oidc-client.git
$ cd cle-oidc-client
$ npm install
$ npm run build
Running the Tests
$ npm test