/example-csharp-user-authentication

An example implementation of user authentication using Keygen and C# .NET

Primary LanguageC#MIT LicenseMIT

Example C# User Authentication

This is an example of authenticating as a user and listing the user's licenses. The example is written in C# using the .NET framework.

Running the example

First, install dependencies with dotnet:

dotnet restore

Then run the program:

dotnet run

You should see log output indicating the current token and the user's license count:

[INFO] [Main] Token=user-e1e1d317127822de147cd07060e8edv3 LicenseCount=10

Questions?

Reach out at support@keygen.sh if you have any questions or concerns!