Kamil Pajdzik
|
399d3d65ef
|
Update support for MSI authentication (#13)
* Add TSLint rule to limit classes per file to one
* Add d.ts and js.map files to gitignore
* Ignore dist directory
* Add empty MSI credential classes
* Update MSIOptions and MSIAppServiceOptions
* Update MsiTokenCredentials
* Add implementation of MSI* credentials
* Fix extra whitespace
* Add typings for ADAL library
* Fix TSLint credential issues
* Temporary commit for fixing overloads
* Fix _withMSI declaration
* Fix loginWithMSI overloads
* Fix loginWithVmMSI overloads
* Fix _withMSI declaration
* Fix loginWithAppServiceMSI overloads
* Fix _withAppServiceMSI declaration
* Fix missing TypeScript types in MSI logging methods
* Make MSITokenCredentials abstract
* Fix TSLint problems in token credential classes
* Remove loginWithMSI method
* Remove dist/lib files from tracking
* Bootstrap test directory
* Add unit tests
* Add tokenClientCredentials class
* Update exports
* Fix extra whitespace
* Move options to corresponding classes
* Adjusting types to newer model
* Updating tests
* Fix compiler errors in unit tests
* Enable injecting custom HttpClient to MSI credentials classses
* Update MSI tests
* Fix promise return type
* Fix tests
* Uncomment tests
* Remove unused package
* Update headers to contain MIT license
* Remove commented code
* Update documentation
* Fix slashes in RM endpoint
* Rempve @types/adal-angular package
* Update missing documentation
* Update README.md
|
2018-09-05 10:44:46 -07:00 |