Azure-Samples / ms-identity-docs-code-python

Source for the Python code snippets in the Microsoft identity platform documentation found on https://docs.microsoft.com.
https://docs.microsoft.com/azure/active-directory/develop
MIT License
26 stars 24 forks source link

Switch to ms-identity-python #30

Closed rayluo closed 4 months ago

rayluo commented 4 months ago

Purpose

The original Django sample and Flask sample have been changed to make a dependency on an identity library hosted in Microsoft-owned github.com/Azure-Samples. This PR brings similar change to the Django sample in this repo.

The Flask sample of this sample shall also receive similar changes. However, since the code inside this repo already falls behind significantly, a better approach would be to redo the copy-and-paste for the Flask sample folder, which is NOT included in this PR.

Does this introduce a breaking change?

[ ] Yes
[x] No

Pull Request Type

What kind of change does this Pull Request introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[x] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:

How to Test

git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install

What to Check

Verify that the following are valid

Other Information