ms-identity-javascript-react-tutorial icon indicating copy to clipboard operation
ms-identity-javascript-react-tutorial copied to clipboard

(6.3) update packages, use mongo for db, use blank page for redirect

Open derisen opened this issue 3 years ago • 2 comments

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

derisen avatar May 24 '22 01:05 derisen

This PR has not seen activity in 30 days. It may be closed if it remains stale.

github-actions[bot] avatar Jul 09 '22 00:07 github-actions[bot]

keep open

derisen avatar Jul 13 '22 23:07 derisen