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
Copy file name to clipboardExpand all lines: 1-Authentication/5-sign-in-express/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,9 @@ This sample demonstrates how to sign in users into a sample Node.js & Express we
57
57
|`App/app.js`| Application entry point. |
58
58
|`App/authConfig.js`| Contains authentication parameters such as your tenant sub-domain, Application (Client) ID, app client secret and redirect URI. |
59
59
|`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. |
0 commit comments