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

npm package is missing #821

Closed michaelkruglos closed 5 years ago

michaelkruglos commented 5 years ago

There's no npm package for non-angular version of this library.

nehaagrawal commented 5 years ago

@michaelkruglos we bundle both adal.js and adal-angular.js in the same npm package. It's in our backlog to create separate package but this work hasn't been prioritized yet. Please use https://www.npmjs.com/package/adal-angular for now.

mohamedmansour commented 5 years ago

@nehaagrawal when can we see adal.js packaged outside of angular? At Microsoft we are using React like crazy and we don't have an official way to use react and latest adal unless we go to a thirdparty which bundles adal.js in their code base adal-react