daml/compiler/repl-service/server
Moritz Kiefer 44d843f9ef
Support authentication and TLS in DAML repl (#4998)
* Support authentication and TLS in DAML repl

changelog_begin

- [DAML Repl - Experimental] You can now connect to a ledger via TLS
  by passing ``--tls`` to ``daml repl``

- [DAML Repl - Experimental] You can now connect to a ledger with
  authentication by passing the token via ``--access-token-file`` to
  ``daml repl``.

changelog_end

* try to fix linking on windows

* windows is weird

* gnah
2020-03-16 10:43:57 +01:00
..
src/main Support authentication and TLS in DAML repl (#4998) 2020-03-16 10:43:57 +01:00
BUILD.bazel Support authentication and TLS in DAML repl (#4998) 2020-03-16 10:43:57 +01:00