Skip to content

Commit f98231f

Browse files
Update oidc-rp dependency to rc-005
1 parent e9fbc0a commit f98231f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
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",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
https://github.com/solid/solid
2626
*/
2727
'use strict'
28-
const RelyingParty = require('@trust/oidc-rp')
28+
const RelyingParty = require('oidc-rp')
2929
const providerSelectPopupSource = require('./provider-select-popup')
3030

3131
// URI parameter types

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)