Releases: genielabs/mig-service-dotnet
Releases · genielabs/mig-service-dotnet
1.1.8
1.1.7
1.1.6
1.1.5
WebServiceGateway / WebSocketGateway
- Updated docs and examples
- Fix WebSocketGateway
object reference not set
bug - WebServiceGateway authentication issues with
Digest
mode (bug in parsing digest parameters) - Improved authentication for both WebSocketGateway and WebServiceGateway with
Basic
andDigest
authentication modes - Added token based authentication for WebSocketGateway (
Token
authentication mode) - Added handler to allow custom user authentication to both WebSocketGateway and WebServiceGateway
- Added
AuthorizationRealm
option - Deprecated fixed user credentials and
Username
andPassword
options