@microsoft/teamsfx 0.4.2-alpha.29989668.0 → 0.4.2-alpha.7f970639.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +0 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -45,7 +45,6 @@ Please note that you need to load configuration before using any credentials.
|
|
|
45
45
|
loadConfiguration({
|
|
46
46
|
authentication: {
|
|
47
47
|
initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
|
|
48
|
-
simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
|
|
49
48
|
clientId: process.env.REACT_APP_CLIENT_ID,
|
|
50
49
|
},
|
|
51
50
|
});
|
|
@@ -67,7 +66,6 @@ Use the snippet below:
|
|
|
67
66
|
loadConfiguration({
|
|
68
67
|
authentication: {
|
|
69
68
|
initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
|
|
70
|
-
simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
|
|
71
69
|
clientId: process.env.REACT_APP_CLIENT_ID,
|
|
72
70
|
},
|
|
73
71
|
});
|
|
@@ -165,7 +163,6 @@ Use `TeamsUserCredential` and `createMicrosoftGraphClient`.
|
|
|
165
163
|
loadConfiguration({
|
|
166
164
|
authentication: {
|
|
167
165
|
initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
|
|
168
|
-
simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
|
|
169
166
|
clientId: process.env.REACT_APP_CLIENT_ID,
|
|
170
167
|
},
|
|
171
168
|
});
|
|
@@ -182,7 +179,6 @@ Use `axios` library to make HTTP request to Azure Function.
|
|
|
182
179
|
loadConfiguration({
|
|
183
180
|
authentication: {
|
|
184
181
|
initiateLoginEndpoint: process.env.REACT_APP_START_LOGIN_PAGE_URL,
|
|
185
|
-
simpleAuthEndpoint: process.env.REACT_APP_TEAMSFX_ENDPOINT,
|
|
186
182
|
clientId: process.env.REACT_APP_CLIENT_ID,
|
|
187
183
|
},
|
|
188
184
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx",
|
|
3
|
-
"version": "0.4.2-alpha.
|
|
3
|
+
"version": "0.4.2-alpha.7f970639.0",
|
|
4
4
|
"description": "Microsoft Teams Framework for Node.js and browser.",
|
|
5
5
|
"main": "dist/index.node.cjs.js",
|
|
6
6
|
"browser": "dist/index.esm2017.js",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"webpack": "^5.62.1",
|
|
133
133
|
"yargs": "^17.2.1"
|
|
134
134
|
},
|
|
135
|
-
"gitHead": "
|
|
135
|
+
"gitHead": "c23d0efa8faf4e7e4c8ece3a5447e2fa2634641a",
|
|
136
136
|
"publishConfig": {
|
|
137
137
|
"access": "public"
|
|
138
138
|
},
|