File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3939 "homepage" : " https://github.com/solid/solid-multi-rp-client" ,
4040 "dependencies" : {
4141 "kvplus-files" : " 0.0.4" ,
42- "@trust/ oidc-rp" : " ^0.2.0 "
42+ "oidc-rp" : " git://github.com/anvilresearch/oidc-rp.git#rc-005 "
4343 },
4444 "devDependencies" : {
4545 "sinon" : " ^2.2.0" ,
Original file line number Diff line number Diff line change 1- const OIDCRelyingParty = require ( '@trust/ oidc-rp' )
1+ const OIDCRelyingParty = require ( 'oidc-rp' )
22const KVPFileStore = require ( 'kvplus-files' )
33const COLLECTION_NAME = 'clients'
44
Original file line number Diff line number Diff line change 11'use strict'
22const ClientStore = require ( './client-store' )
3- const OIDCRelyingParty = require ( '@trust/ oidc-rp' )
3+ const OIDCRelyingParty = require ( 'oidc-rp' )
44const DEFAULT_MAX_AGE = 86400
55
66class MultiRpClient {
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const test = require('tape')
44const KVPFileStore = require ( 'kvplus-files' )
55
66const ClientStore = require ( '../../src/client-store' )
7- const OIDCRelyingParty = require ( '@trust/ oidc-rp' )
7+ const OIDCRelyingParty = require ( 'oidc-rp' )
88
99const storeBasePath = './test/store/'
1010const storeOptions = { path : storeBasePath }
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const test = require('tape')
44const sinon = require ( 'sinon' )
55
66
7- const OIDCRelyingParty = require ( '@trust/ oidc-rp' )
7+ const OIDCRelyingParty = require ( 'oidc-rp' )
88const MultiRpClient = require ( '../../src/index' )
99const ClientStore = require ( '../../src/client-store' )
1010
You can’t perform that action at this time.
0 commit comments