Skip to content

Commit e414765

Browse files
authored
Merge pull request #125 from Azure-Samples/change-folder-name
Update directory name
2 parents e2c847d + c938d6a commit e414765

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+104
-93
lines changed

1-Authentication/0-sign-in-vanillajs/App/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1-Authentication/0-sign-in-vanillajs/App/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"license": "ISC",
1212
"dependencies": {
1313
"@azure/msal-browser": "^3.16.0",
14+
"ciam-sign-in-javascript": "file:",
1415
"express": "^4.19.2",
1516
"morgan": "^1.10.0"
1617
},

1-Authentication/6-sign-in-node-cli-app/App/package-lock.json

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1-Authentication/6-sign-in-node-cli-app/App/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "CLI sample for msal-node public client application using using auth code flow with PKCE to sign-in users on Microsoft Entra External ID",
55
"main": "index.js",
6-
"type":"module",
6+
"type": "module",
77
"scripts": {
88
"test": "echo \"Error: no test specified\" && exit 1",
99
"start": "node index.js"
@@ -12,6 +12,7 @@
1212
"license": "ISC",
1313
"dependencies": {
1414
"@azure/msal-node": "^2.9.2",
15+
"msal-node-auth-code-cli-app": "file:",
1516
"open": "^10.1.0"
1617
}
1718
}

1-Authentication/7-sign-in-express-mfa/.vscode/extensions.json renamed to 1-Authentication/7-edit-profile-with-mfa-express/.vscode/extensions.json

File renamed without changes.

1-Authentication/7-sign-in-express-mfa/Api/authConfig.js renamed to 1-Authentication/7-edit-profile-with-mfa-express/Api/authConfig.js

File renamed without changes.

1-Authentication/7-sign-in-express-mfa/Api/fetch.js renamed to 1-Authentication/7-edit-profile-with-mfa-express/Api/fetch.js

File renamed without changes.

1-Authentication/7-sign-in-express-mfa/Api/index.js renamed to 1-Authentication/7-edit-profile-with-mfa-express/Api/index.js

File renamed without changes.

1-Authentication/7-sign-in-express-mfa/Api/package-lock.json renamed to 1-Authentication/7-edit-profile-with-mfa-express/Api/package-lock.json

Lines changed: 56 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

1-Authentication/7-sign-in-express-mfa/Api/package.json renamed to 1-Authentication/7-edit-profile-with-mfa-express/Api/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"express": "^4.21.0",
1616
"express-session": "^1.18.0",
1717
"http-errors": "^2.0.0",
18+
"msal-node-auth-code": "file:",
1819
"uuid": "^10.0.0"
1920
}
2021
}

0 commit comments

Comments
 (0)