@@ -78,16 +78,6 @@ module.exports = {
78
78
} ,
79
79
} ,
80
80
81
- /* Amount of time [seconds] before expiration of authentication tokens,
82
- * when the frontend will automatically trigger their refreshment. Once
83
- * ready, it will either write to the Redux store fresh token, or will
84
- * remove auth tokens from the store.
85
- * NOTE: With the current implementation of accounts-app this value must be
86
- * smaller than 60 seconds (earlier than 60 seconds before expiration of an
87
- * auth token, a call to the getFreshToken() method returns the old token,
88
- * due to caching). */
89
- REAUTH_TIME : 55 ,
90
-
91
81
/* API key for Segment.io. For development environment the value is set inside
92
82
* development.json, for production environment it is set via CircleCI
93
83
* variables. */
@@ -104,7 +94,7 @@ module.exports = {
104
94
* platform. */
105
95
URL : {
106
96
/* Connector URL of the TC accounts App. */
107
- ACCOUNTS_APP_CONNECTOR : 'https://accounts.topcoder-dev.com/connector.html ' ,
97
+ ACCOUNTS_APP_CONNECTOR : 'https://accounts-auth0 .topcoder-dev.com' ,
108
98
109
99
/* The remote address where the app is deployed. */
110
100
APP : 'https://community-app.topcoder-dev.com' ,
@@ -114,7 +104,7 @@ module.exports = {
114
104
COMMUNITY_APP : 'https://community-app.topcoder-dev.com' ,
115
105
116
106
ARENA : 'https://arena.topcoder-dev.com' ,
117
- AUTH : 'http ://accounts.topcoder-dev.com' ,
107
+ AUTH : 'https ://accounts-auth0 .topcoder-dev.com' ,
118
108
BASE : 'https://www.topcoder-dev.com' ,
119
109
HOME : '/my-dashboard' ,
120
110
BLOG : 'https://www.topcoder-dev.com/blog' ,
@@ -129,6 +119,8 @@ module.exports = {
129
119
BLOCKCHAIN : 'https://blockchain.topcoder-dev.com' ,
130
120
COGNITIVE : 'https://cognitive.topcoder-dev.com' ,
131
121
ZURICH : 'https://community-app.topcoder-dev.com/__community__/zurich' ,
122
+ COMCAST : 'https://community-app.topcoder-dev.com/__community__/comcast' ,
123
+ CS : 'https://community-app.topcoder-dev.com/__community__/cs' ,
132
124
} ,
133
125
134
126
/* Dedicated section to group together links to various articles in
@@ -143,6 +135,9 @@ module.exports = {
143
135
STUDIO_FONTS_POLICY :
144
136
'http://help.topcoder.com/hc/en-us/articles/217959447-Font-Policy-for-Design-Challenges' ,
145
137
TOPCODER_TERMS : 'https://www.topcoder.com/community/how-it-works/terms/' ,
138
+ HOWTOCOMPETEINMARATHON : 'https://www.topcoder.com/thrive/articles/How%20To%20Compete%20in%20a%20Marathon%20Match' ,
139
+ USABLECODEDEV : 'https://www.topcoder.com/thrive/articles/Usable%20Code%20in%20Dev%20Challenges' ,
140
+ EXTENSIONVSCODE : 'https://marketplace.visualstudio.com/items?itemName=Topcoder.topcoder-workflow&ssr=false#overview' ,
146
141
} ,
147
142
148
143
IOS : 'https://ios.topcoder-dev.com' ,
@@ -152,6 +147,7 @@ module.exports = {
152
147
STUDIO : 'https://studio.topcoder-dev.com' ,
153
148
TCO : 'https://www.topcoder.com/tco' ,
154
149
TCO17 : 'https://tco17.topcoder.com/' ,
150
+ TCO19 : 'https://community-app.topcoder-dev.com/__community__/tco19' ,
155
151
156
152
TOPGEAR : 'https://dev-topgear.wipro.com' ,
157
153
@@ -384,8 +380,8 @@ module.exports = {
384
380
] ,
385
381
HEADER_MENU_THEME : 'light' ,
386
382
HEADER_AUTH_URLS : {
387
- href : 'https://accounts.topcoder-dev.com/member/registration ?utm_source=community-app-main' ,
388
- location : 'https://accounts.topcoder-dev.com/member ?retUrl=%S&utm_source=community-app-main' ,
383
+ href : 'https://accounts-auth0 .topcoder-dev.com?utm_source=community-app-main' ,
384
+ location : 'https://accounts-auth0 .topcoder-dev.com?retUrl=%S&utm_source=community-app-main' ,
389
385
} ,
390
386
ACCOUNT_MENU : [
391
387
{
0 commit comments