You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Use the following command to start a local web server.
26
32
27
33
```Shell
@@ -38,16 +44,15 @@ Before moving on, install some additional packages that you will use later:
38
44
- [moment](https://github.com/moment/moment/) for formatting date/time values.
39
45
- [connect-flash](https://github.com/jaredhanson/connect-flash) to flash error messages in the app.
40
46
- [express-session](https://github.com/expressjs/session) to store values in an in-memory server-side session.
41
-
- [passport-azure-ad](https://github.com/AzureAD/passport-azure-ad) for authenticating and getting access tokens.
42
-
- [simple-oauth2](https://github.com/lelylan/simple-oauth2) for token management.
47
+
- [msal-node](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) for authenticating and getting access tokens.
43
48
- [microsoft-graph-client](https://github.com/microsoftgraph/msgraph-sdk-javascript) for making calls to Microsoft Graph.
44
49
- [isomorphic-fetch](https://github.com/matthew-andrews/isomorphic-fetch) to polyfill the fetch for Node. A fetch polyfill is required for the `microsoft-graph-client` library. See the [Microsoft Graph JavaScript client library wiki](https://github.com/microsoftgraph/msgraph-sdk-javascript/wiki/Migration-from-1.x.x-to-2.x.x#polyfill-only-when-required) for more information.
0 commit comments