Skip to content

Instantly share code, notes, and snippets.

View davidamidon's full-sized avatar

David Amidon davidamidon

View GitHub Profile
@davidamidon
davidamidon / wiki.md
Created May 4, 2018 04:03
oidc-client-js Wiki

oidc-client

oidc-client is a JavaScript library intended to run in browsers (and possibly Cordova style applications). It provides protocol support for OIDC and OAuth2, as well as management functions for user sessions and access tokens management.

If you are unfamiliar with OpenID Connect, then you should learn the protocol first. This library is designed as a spec-compliant protocol library.

Basics