Skip to content

Commit

Permalink
IE and Edge browser support.
Browse files Browse the repository at this point in the history
* Update config params in Readme

* Na/release changes (#372)

* Clean up of Readmes for msal core, angularjs and angular

- Added contributing guide
- Added advanced topics in readmes

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* fixed public apis visibility

* fixed hashbang url issue

* fixed test cases

* renamed anonymous endpoint to unprotected resource

* removing package.lock.json

* updated msal-core version to 0.2.0

* Updated readme

* Deleting package.lock.json

* updated msal-angular sample

* Removed code coverage from msal-core and fixed aot compilation for msal-angular

* Added state parameter in login request

* issue #262 state parameter in login request

* added test cases

* removed unused code

* updated test cases

* updated release version for msal-core

* Msal-angular AOT fix.

* Added state parameter in login request for msal-core.

* Update config params in Readme

* Na/release changes (#372)

* Clean up of Readmes for msal core, angularjs and angular

- Added contributing guide
- Added advanced topics in readmes

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* fixed public apis visibility

* fixed hashbang url issue

* fixed test cases

* renamed anonymous endpoint to unprotected resource

* removing package.lock.json

* updated msal-core version to 0.2.0

* Updated readme

* Deleting package.lock.json

* updated msal-angular sample

* Removed code coverage from msal-core and fixed aot compilation for msal-angular

* Added state parameter in login request

* issue #262 state parameter in login request

* added test cases

* removed unused code

* updated test cases

* updated release version for msal-core

* changes for msal-angular and msal-angularjs 0.1.1 release

* update readme

updated the angular version we support.

* IE and edge fix.

* added fix for IE and edge for msal-core and msal-angularjs

* deleted package-lock.json

* added release details

* added Null pointer check

* updated msal-core version

* removed fix in msal-angularjs

* Fixed the explanation for storeAuthStateInCookie

* updated change log for ie/edge issue

* updated the change log on IE/Edge fix
  • Loading branch information
nehaagrawal authored Aug 18, 2018
1 parent cc4944d commit abe72e8
Show file tree
Hide file tree
Showing 103 changed files with 1,100 additions and 22,580 deletions.
2 changes: 1 addition & 1 deletion lib/msal-angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Microsoft Authentication Library for Angular Preview
=========================================================

The MSAL library preview for Angular is a wrapper of the core MSAL.js library which enables Angular(4.3 and above) applications to authenticate enterprise users using Microsoft Azure Active Directory (AAD), Microsoft account users (MSA), users using social identity providers like Facebook, Google, LinkedIn etc. and get access to [Microsoft Cloud](https://cloud.microsoft.com) OR [Microsoft Graph](https://graph.microsoft.io).
The MSAL library preview for Angular is a wrapper of the core MSAL.js library which enables Angular(4.3 to 5) applications to authenticate enterprise users using Microsoft Azure Active Directory (AAD), Microsoft account users (MSA), users using social identity providers like Facebook, Google, LinkedIn etc. and get access to [Microsoft Cloud](https://cloud.microsoft.com) OR [Microsoft Graph](https://graph.microsoft.io).


[![Build Status](https://travis-ci.org/AzureAD/microsoft-authentication-library-for-js.png?branch=dev)](https://travis-ci.org/AzureAD/microsoft-authentication-library-for-js)
Expand Down
Loading

0 comments on commit abe72e8

Please sign in to comment.