Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 026c3b5

Browse files
authored
Merge pull request #888 from appirio-tech/patch/auth0-idp-migration
Patch/auth0 idp migration
2 parents 7065b42 + adb5695 commit 026c3b5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/services/externalAccounts.service.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ import _ from 'lodash'
149149
providerType: socialData.socialProvider,
150150
context: {
151151
handle: socialData.username,
152-
accessToken: socialData.accessToken
152+
accessToken: socialData.accessToken,
153+
auth0UserId: profile.user_id
153154
}
154155
}
155156
if (socialData.accessTokenSecret) {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@
7373
"topcoder-app-r": "^1.0.0",
7474
"xml2js": "^0.4.16",
7575
"zepto": "1.0.1",
76-
"tc-accounts": "https://github.com/appirio-tech/accounts-app.git#0.0.6"
76+
"tc-accounts": "https://github.com/appirio-tech/accounts-app.git#0.0.7"
7777
}
7878
}

0 commit comments

Comments
 (0)