AzureAD / azure-activedirectory-library-for-js

The code for ADAL.js and ADAL Angular has been moved to the MSAL.js repo. Please open any issues or PRs at the link below.
https://github.com/AzureAD/microsoft-authentication-library-for-js/tree/dev/maintenance/adal-angular
Apache License 2.0
627 stars 374 forks source link

fixed circular reference error in JSON.stringify #816

Closed rohitnarula7176 closed 5 years ago

rohitnarula7176 commented 5 years ago

*Fixed bug with JSON.stringify(object) when object has circular reference. Issue https://github.com/AzureAD/azure-activedirectory-library-for-js/issues/806