2023-08-26 18:55:27 -07:00
2023-08-26 18:55:27 -07:00
2023-08-27 01:52:07 +00:00
2023-08-27 01:52:07 +00:00
2023-08-27 01:52:07 +00:00
2023-08-26 18:55:27 -07:00
2023-08-26 18:55:27 -07:00
2023-08-26 18:55:27 -07:00
2023-08-27 01:52:07 +00:00

Utilities for implementing OAuth2 / OpenID Connect based login in Node.js services


Install

# Update project npm config to refer to correct registry for the @js scope
echo '@js:registry=https://gitea.jbrumond.me/api/packages/js/npm/' >> ./.npmrc

npm install --save @js/oidc-login

# optional - additional supporting typescript definitions
npm install --save-dev @js/types

Usage

import { } from '@js/oidc-login';
Description
Utilities for implementing OAuth2 / OpenID Connect based login in Node.js services
Readme 34 KiB
Languages
TypeScript 100%