Skip to content

Commit 30c1168

Browse files
committed
prelim metadata msal react
1 parent 147ae02 commit 30c1168

File tree

4 files changed

+39
-3
lines changed

4 files changed

+39
-3
lines changed

msal-javascript-conceptual/react/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Getting started with MSAL React
2+
title: Get started with MSAL React
33
description: Get started with MSAL React. Learn how to initialize MSAL React, determine whether a user is authenticated, protect components, sign a user in and acquire an access token.
44
author: EmLauber
55
manager: CelesteDG
@@ -10,7 +10,7 @@ ms.author: emilylauber
1010
ms.reviewer: dmwendia,cwerner, owenrichards, kengaderdus
1111
---
1212

13-
# Getting Started
13+
# Get started with MSAL React
1414

1515
1. [Initialization](#initialization)
1616
1. [Determining whether a user is authenticated](#determining-whether-a-user-is-authenticated)

msal-javascript-conceptual/react/hooks.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
---
2+
title: Hooks in MSAL React
3+
description: Learn how to use MSAL React hooks to manage authentication state and perform authentication and authorization flows.
4+
author: EmLauber
5+
manager: CelesteDG
6+
7+
ms.topic: conceptual
8+
ms.date: 11/29/2023
9+
ms.author: emilylauber
10+
ms.reviewer: dmwendia, cwerner, owenrichards, kengaderdus
11+
---
12+
113
# Hooks
214

315
1. [`useAccount`](#useaccount-hook)

msal-javascript-conceptual/react/migration-guide.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
---
2+
title: Migration Guide from msal v1 to MSAL React and MSAL Browser
3+
description: Learn how to migrate from msal.js v1 to MSAL React and MSAL Browser. This guide covers updating your app registration, installation, initialization, protecting components, acquiring an access token, acquiring an id token, updating redux store integration and reacting to events.
4+
author: EmLauber
5+
manager: CelesteDG
6+
7+
ms.topic: conceptual
8+
ms.date: 11/29/2023
9+
ms.author: emilylauber
10+
ms.reviewer: dmwendia, cwerner, owenrichards, kengaderdus
11+
---
12+
113
# Migration Guide from msal v1 to @azure/msal-react and @azure/msal-browser
214

315
***

msal-javascript-conceptual/react/performance.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
# Performance
1+
---
2+
title: Performance in MSAL React
3+
description: Learn how to configure @azure/msal-react to use your router's navigate function for client-side navigation
4+
author: EmLauber
5+
manager: CelesteDG
6+
7+
ms.topic: conceptual
8+
ms.date: 11/29/2023
9+
ms.author: emilylauber
10+
ms.reviewer: dmwendia,cwerner, owenrichards, kengaderdus
11+
---
12+
13+
# Performance in MSAL React
214

315
## How to configure `@azure/msal-react` to use your router's navigate function for client-side navigation
416

0 commit comments

Comments
 (0)