@azure/msal-browser TypeError: this.startPerformanceMeasurement is not a function
Introduction Because there is no build in Auth library for nuxt 3 yet, I am trying to create my own composable called useAuth. The Problem I am getting a startPerformanceMeasurement error when i try to call the loginRedirect or loginPopup…