File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5656 },
5757 "homepage" : " https://github.com/solid/solid-auth-oidc" ,
5858 "dependencies" : {
59- "@trust/ oidc-rp" : " ^0.2.0 "
59+ "oidc-rp" : " git://github.com/anvilresearch/oidc-rp.git#rc-005 "
6060 },
6161 "devDependencies" : {
6262 "babel-cli" : " ^6.24.1" ,
Original file line number Diff line number Diff line change 2525 https://github.com/solid/solid
2626 */
2727'use strict'
28- const RelyingParty = require ( '@trust/ oidc-rp' )
28+ const RelyingParty = require ( 'oidc-rp' )
2929const providerSelectPopupSource = require ( './provider-select-popup' )
3030
3131// URI parameter types
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ module.exports = {
2525 'node-fetch' : 'fetch' ,
2626 'text-encoding' : 'TextEncoder' ,
2727 'urlutils' : 'URL' ,
28- '@trust/ webcrypto' : 'crypto'
28+ 'webcrypto' : 'crypto'
2929 } ,
3030 devtool : 'source-map'
3131}
You can’t perform that action at this time.
0 commit comments