Skip to content

Commit 7a729b7

Browse files
committed
Rewrite code samples README
1 parent 98a4d8e commit 7a729b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

1-Authentication/5-sign-in-express/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ This sample demonstrates how to sign in users into a sample Node.js & Express we
5757
| `App/app.js` | Application entry point. |
5858
| `App/authConfig.js` | Contains authentication parameters such as your tenant sub-domain, Application (Client) ID, app client secret and redirect URI. |
5959
| `App/auth/AuthProvider.js` | The main authentication logic resides here. |
60+
| `/App/views/` | This folder contains app views. This Node/Express sample app's views uses Handlebars. |
61+
| `/App/routes/` | This folder contains app's routes. |
62+
6063

6164
## Prerequisites
6265

0 commit comments

Comments
 (0)