Граф коммитов

3 Коммитов

Автор SHA1 Сообщение Дата
Kamil Pajdzik 0f1c128cc9
Remove Travis configuration and add no-return-await TS lint rule (#33)
* Add no-return-await TS lint rule

* Remove Travis configuration
2018-11-12 13:46:57 -08:00
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
Amar Zavery aa74328046 initial commit 2017-09-08 11:25:16 -07:00