|
1 |
| -# Project Name |
| 1 | +# Microsoft identity platform product documentation backing code |
2 | 2 |
|
3 |
| -(short, 1-3 sentenced, description of the project) |
| 3 | +This repo contains code used to directly support the product documentation for the [Microsoft identity platform](https://docs.microsoft.com/azure/active-directory/develop/). It is a mono-repo that contains all of the referenced tutorials relating to JavaScript-based implementations using the [Microsoft Autentication Library for JavaScript](https://github.com/AzureAD/microsoft-authentication-library-for-js). |
4 | 4 |
|
5 |
| -## Features |
| 5 | +## Content |
6 | 6 |
|
7 |
| -This project framework provides the following features: |
| 7 | +This repo contains the following code to directly support the product docs: |
8 | 8 |
|
9 |
| -* Feature 1 |
10 |
| -* Feature 2 |
11 |
| -* ... |
12 |
| - |
13 |
| -## Getting Started |
14 |
| - |
15 |
| -### Prerequisites |
16 |
| - |
17 |
| -(ideally very short, if any) |
18 |
| - |
19 |
| -- OS |
20 |
| -- Library version |
21 |
| -- ... |
22 |
| - |
23 |
| -### Installation |
24 |
| - |
25 |
| -(ideally very short) |
26 |
| - |
27 |
| -- npm install [package name] |
28 |
| -- mvn install |
29 |
| -- ... |
30 |
| - |
31 |
| -### Quickstart |
32 |
| -(Add steps to get up and running quickly) |
33 |
| - |
34 |
| -1. git clone [repository clone url] |
35 |
| -2. cd [respository name] |
36 |
| -3. ... |
37 |
| - |
38 |
| - |
39 |
| -## Demo |
40 |
| - |
41 |
| -A demo app is included to show how to use the project. |
42 |
| - |
43 |
| -To run the demo, follow these steps: |
44 |
| - |
45 |
| -(Add steps to start up the demo) |
46 |
| - |
47 |
| -1. |
48 |
| -2. |
49 |
| -3. |
| 9 | +* Coming Soon! |
50 | 10 |
|
51 | 11 | ## Resources
|
52 | 12 |
|
53 |
| -(Any additional resources or related projects) |
54 |
| - |
55 |
| -- Link to supporting information |
56 |
| -- Link to similar sample |
57 |
| -- ... |
| 13 | +- [Microsoft identity platform product documentation](https://docs.microsoft.com/azure/active-directory/develop/) |
| 14 | +- [Microsoft Authentication Library (MSAL) documentation](https://docs.microsoft.com/azure/active-directory/develop/msal-overview) |
| 15 | +- [Microsoft Authentication Library for JavaScript (MSAL.js) 2.0 for Browser-Based Single-Page Applications](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-browser) |
| 16 | +- [Microsoft Authentication Library for Node (msal-node)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-node) |
| 17 | +- [Microsoft Authentication Library for Angular](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-angular) |
| 18 | +- [Microsoft Authentication Library for React (msal-react)](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/lib/msal-react) |
0 commit comments