ms-identity-javascript-react-tutorial
ms-identity-javascript-react-tutorial copied to clipboard
(6.3) update packages, use mongo for db, use blank page for redirect
Purpose
- Update project dependencies
- Update sample to use MongoDB (via Azure CosmosDB) instead of lowdb mocks
- Use blank page for redirect in SPA
- Minor refactoring
Does this introduce a breaking change?
[x] Yes
[ ] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[x] Feature
[] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[x] Documentation content changes
[ ] Other... Please describe:
How to Test
- Get the code
git clone https://github.com/Azure-Samples/ms-identity-javascript-react-tutorial.git
cd ms-identity-javascript-react-tutorial
git checkout acrs-sample-update
cd 6-AdvancedScenarios/3-call-api-acrs/SPA
npm install
npm start
cd ../API
npm install
npm start
What to Check
Verify that the following are valid
- Follow the README to run the sample E2E
This PR has not seen activity in 30 days. It may be closed if it remains stale.
keep open