nodeSolidServer / solid-auth-oidc

OpenID Connect authentication support for the solid-client library
MIT License
11 stars 2 forks source link

Store ID Token and pass it along with solid.web client requests #2

Closed dmitrizagidulin closed 7 years ago

dmitrizagidulin commented 8 years ago

Implement the ability to store an ID Token (in the DOM for the moment, later on in local storage etc) and pass it along with subsequent Ajax API calls.

dmitrizagidulin commented 7 years ago

Implemented, closing.