forked from panva/node-oidc-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove provider.initialize()
BREAKING CHANGE: `provider.initialize()` has been removed. BREAKING CHANGE: what was previously passed to `initialize()` as `keystore` must now be passed as configuration property (as `jwks` and it must be a JWKS formatted object, no longer a KeyStore instance. BREAKING CHANGE: what was previously passed to `initialize()` as `clients` must now be passed as configuration property (as `clients`) and may not contain `sector_identifier_uri`, BREAKING CHANGE: what was previously passed to `initialize()` as `adapter` must now be passed as configuration property (as `adapter`). BREAKING CHANGE: provider will no longer call `adapter`'s `connect` method.
- Loading branch information
Showing
40 changed files
with
661 additions
and
756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.