braintree / braintree_dotnet

Braintree .NET library
https://developer.paypal.com/braintree/docs/start/overview
MIT License
136 stars 73 forks source link

Blazor Server, it doesn't need a client. #132

Closed Qws closed 1 year ago

Qws commented 1 year ago

General information

Issue description

Blazor Server is like PHP, everything can be verified on server side. There is no need to send a token to client.

We need for ASP.NET Blazor solution for Braintree, where the .NET server handles the logic of the client and the server with C# code only.

hollabaq86 commented 1 year ago

👋 @Qws thanks for reaching out. I suggest using our GraphQL API instead, it seems like the more flexible solution for your use case.

Our .NET SDK is developed and designed to be used for strictly server-side integrations; the likelihood of our expanding this SDK's capabilities isn't high given that our GraphQL API is available.