Releases: bjowes/node-win-sso
Releases · bjowes/node-win-sso
v1.0.1
- Return empty header if no token was generated
v1.0.0
- Refactored with authentication state handling
- Support for Negotiate
v0.3.0
- Detect if incoming challenge is NTLMv1 and the client is not permitted to use NTLMv1
- Graceful error handling - allows nested errors from the native module
v0.2.14
- Accept undefined targetHost in createAuthResponse and createAuthResponseHeader
v0.2.13
- Graceful handling of prebuilds on non-Windows OS
v0.2.11
0.2.8 - 0.2.11:
- Attempts to added prebuild on Win32 through Appveyor
- First unit tests