Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 519 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 519 Bytes

AuthenticationServer

Authentication server for 3C
GPLv3 License

Endpoints

  • Login/Logout
  • User
  • Role
  • Depart
  • Students

Run Locally

Clone the project

  git clone https://github.com/radiationtea/AuthenticationServer

Go to the project directory

  cd AuthenticationServer

Build project

  dotnet build

Start the server

  dotnet ./bin/Debug/*/Auth.dll