Skip to content

ameksike/demo-tpp-dotnet

Repository files navigation

TropiPay Demo based on DotNet Framework 6.0

Simple demo web API with client credential authentication for TropiPay based on DotNet Framework 6.0. This is an example that shows an example of obtaining the user profile data from the authentication with an apikey.

Note: the credentials are specified in the appsettings.Development.json or appsettings.json file, using the key named ClientId and ClientSecret.

Develop steps

  • dotnet new webapi --name demo-tpp-dotnet

  • cd demo-tpp-dotnet

  • dotnet dev-certs https --clean

  • dotnet dev-certs https -t

  • dotnet dev-certs https --check

  • dotnet dev-certs https --trust

Run steps

Docs

  • For more information about ASP Net, see the link below.

  • For more information about TropiPay API, see the link below.

About

TropiPay Demo based on MS DotNet Framework 6.0

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages