illinois-cs241 / broadway-on-demand

Webapp that facilitates on-demand assignment autograding via Broadway.
Other
11 stars 4 forks source link

Use Azure (Entra Id) auth instead of Google or deprecated GHE #158

Closed nd-0r closed 8 months ago

nd-0r commented 8 months ago

This PR integrates Azure authentication using the identity Python library as outlined in the MSAL docs. The changes this PR introduces are:

(closes #154)