1.0.2 • Published 3 years ago

oidc-helper v1.0.2

Weekly downloads
4
License
MIT
Repository
-
Last release
3 years ago

OIDC Helper

This package contais a few helper functions that can be useful when working with OIDC integrations. It is meant for command line use during development only.

Install

npm install -g oidc-helper

PKCE

To generate code verifier and code challenge:

$ oh-pkce
Verifier: LUsGFwxqCzVNvxFGVFIKBR-Wz_5KHX0cN9AGyN7kKR5VIBgJLRuJslk4PshTJJ97JQm9oWBIVp7D6ajclRL-DQ
Challenge: b8JWRT1HIupZRFFAbuTslcG5Y3XSoeo10VkJtlxjB1U

Client credentials

To generate client credentials:

$ oh-cc
Client id: k5suTSo5WEVao977SIySEw
Client secret: NXcYumIra1DxIIa1DTFb8IlkHNiUXm9Qg9J6TsKabaswwQ75iUKAI8KQAE26jxBh6cIT_trPG7NLu8vdkjzD_A
1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago