Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 463 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 463 Bytes

C# Authentication Server

See full tutorial at https://docs.ditto.live/how-to/c-sharp/authenticaiton-server

Usage

  • Start the C# auth server:

    • Use the keys generated from the tutorial above before start
    cd AuthServer
    dotnet run
  • Start the JS client (Web browser):

    cd js-client
    npm i
    npm start
  • Start the C# client (CLI):

    cd DotnetConsoleClient/
    dotnet run