Skip to content

Commit

Permalink
Merge pull request AzureAD#2813 from AzureAD/react-router-sample
Browse files Browse the repository at this point in the history
Update msal-react vanillaJS samples to use react-router
  • Loading branch information
tnorling authored Jan 8, 2021
2 parents 9976fa5 + 6fd309e commit 7455675
Show file tree
Hide file tree
Showing 61 changed files with 134,537 additions and 110,775 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "none",
"comment": "Readme update (#2813)",
"packageName": "@azure/msal-react",
"email": "[email protected]",
"dependentChangeType": "none"
}
2 changes: 1 addition & 1 deletion lib/msal-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ Since `msal-react` is built on top of `@azure/msal-browser` a lot of the same do

Our [samples directory](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-react-samples) contains several example apps you can spin up to see how this library can be used in different contexts.

- [Create React App (JS) Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-react-samples/default)
- [Create React App (JS) Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-react-samples/react-router-sample)
- [Create React App (TS) Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-react-samples/typescript-sample)
- [Next.js Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-react-samples/nextjs-sample)
- [Gatsby Sample](https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/samples/msal-react-samples/gatsby-sample)
Expand Down
3 changes: 0 additions & 3 deletions samples/msal-react-samples/default/.beachballrc

This file was deleted.

72 changes: 0 additions & 72 deletions samples/msal-react-samples/default/README.md

This file was deleted.

Loading

0 comments on commit 7455675

Please sign in to comment.