This sample shows how to authenticate users with Azure AD in a React application using the new Authorization Code Flow with PKCE. The main component for authentication is implemented as a context providers with React Hooks so it can be easily referenced and used for other applications as well.
pcibraro/msal-browser-react
This sample shows how to authenticate users with Azure AD in a React application using the new Authorization Code Flow with PKCE
JavaScriptMIT