Skip to content

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

License

Notifications You must be signed in to change notification settings

keygen-sh/example-csharp-user-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages