@@ -23,24 +23,24 @@ This simple sample demonstrates how to use the [Microsoft Authentication Library
2323
2424| File/folder | Description |
2525| -------------------| --------------------------------------------|
26- | ` JavaScriptSPA ` | Contains sample source files. |
27- | ` authPopup.js ` | Main authentication logic resides here (using Popup flow). |
28- | ` authRedirect.js ` | Use this instead of ` authPopup.js ` for authentication with redirect flow. |
26+ | ` JavaScriptSPA ` | Contains sample source files. |
27+ | ` authPopup.js ` | Main authentication logic resides here (using Popup flow). |
28+ | ` authRedirect.js ` | Use this instead of ` authPopup.js ` for authentication with redirect flow. |
2929| ` authConfig.js ` | Contains configuration parameters for the sample. |
30- | ` api.js ` | Provides a helper function for calling the web API. |
31- | ` apiConfig.js ` | Contains API endpoint and scope. |
32- | ` ui.js ` | Contains UI logic. |
33- | ` policies.js ` | Contains policies and authority strings. |
34- | ` index.html ` | Contains the UI of the sample. |
35- | ` .gitignore ` | Defines what to ignore at commit time. |
30+ | ` api.js ` | Provides a helper function for calling the web API. |
31+ | ` apiConfig.js ` | Contains API endpoint and scope. |
32+ | ` ui.js ` | Contains UI logic. |
33+ | ` policies.js ` | Contains policies and authority strings. |
34+ | ` index.html ` | Contains the UI of the sample. |
35+ | ` .gitignore ` | Defines what to ignore at commit time. |
3636| ` CHANGELOG.md ` | List of changes to the sample. |
3737| ` CODE_OF_CONDUCT.md ` | Code of Conduct information. |
3838| ` CONTRIBUTING.md ` | Guidelines for contributing to the sample. |
3939| ` LICENSE ` | The license for the sample. |
40- | ` package.json ` | Package manifest for npm. |
40+ | ` package.json ` | Package manifest for npm. |
4141| ` README.md ` | This README file. |
4242| ` SECURITY.md ` | Security disclosures. |
43- | ` server.js ` | Implements a simple Node server to serve index.html. |
43+ | ` server.js ` | Implements a simple Node server to serve index.html. |
4444
4545## Prerequisites
4646
0 commit comments