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

Commit 0c046b6

Browse files
committed
New Auth Flow Integration
1 parent d9af72c commit 0c046b6

File tree

6 files changed

+12
-10083
lines changed

6 files changed

+12
-10083
lines changed

config/development.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
URL: {
3-
ACCOUNTS_APP_CONNECTOR: "https://accounts.topcoder-dev.com/connector.html",
4-
AUTH: "https://accounts.topcoder-dev.com",
3+
ACCOUNTS_APP_CONNECTOR: "https://accounts-auth0.topcoder-dev.com",
4+
AUTH: "https://accounts-auth0.topcoder-dev.com",
55
},
66
API: {
77
V3: "https://api.topcoder-dev.com/v3",

config/production.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = {
22
URL: {
3-
ACCOUNTS_APP_CONNECTOR: "https://accounts.topcoder.com/connector.html",
4-
AUTH: "https://accounts.topcoder.com",
3+
ACCOUNTS_APP_CONNECTOR: "https://accounts-auth0.topcoder.com",
4+
AUTH: "https://accounts-auth0.topcoder.com",
55
},
66
API: {
77
V3: "https://api.topcoder.com/v3",

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = {
33
transform: {
44
"^.+\\.(j|t)sx?$": "babel-jest",
55
},
6-
transformIgnorePatterns: ["node_modules/?!(tc-accounts)"],
6+
transformIgnorePatterns: ["node_modules/?!(tc-auth-lib)"],
77
moduleNameMapper: {
88
"\\.css$": "identity-obj-proxy",
99
"\\.svg$": "<rootDir>/__mocks__/fileMock.js",

0 commit comments

Comments
 (0)