Access Microsoft Graph API using msal-browser
In the previous part of this blog post series, we looked at how the authorization code grant flow with PKCE works and why your single page applications should consider moving to this authentication flow instead of the implicit grant flow. For a quick recap, look at the image below to understand the token flow with […]