UI server: add basic authentication support
authorJérôme Benoit <jerome.benoit@sap.com>
Sun, 4 Sep 2022 11:56:53 +0000 (13:56 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Sun, 4 Sep 2022 11:56:53 +0000 (13:56 +0200)
commiteb3abc4fe41400debcf894e53f91937498e77571
tree576a1874a3110da4ea68d07653fcb86f1ae31ad7
parentb20eb107fed5d02d7c6317944c4aef034aef49b2
UI server: add basic authentication support

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
README.md
src/charging-station/Bootstrap.ts
src/charging-station/ui-server/AbstractUIServer.ts
src/charging-station/ui-server/UIHttpServer.ts
src/charging-station/ui-server/UIServerFactory.ts
src/charging-station/ui-server/UIWebSocketServer.ts
src/types/ConfigurationData.ts
src/types/UIProtocol.ts
src/ui/web/src/types/ConfigurationType.ts