Closed dan-f closed 7 years ago
The reason loadClient() returns a promise is because of L187 - RelyingParty.from()
returns a promise. (And the reason for that is - re-hydrating keys from string into WebCrypto objects is an async operation.)
I see.
https://github.com/solid/solid-auth-oidc/blob/master/src/index.js#L167-L191