-
Notifications
You must be signed in to change notification settings - Fork 0
Generate Signature #1
Comments
Willdo! On Fri, Jul 29, 2016 at 5:16 AM, Adam Altman notifications@github.com
|
Thanks, here is a reference from the older implementation. https://github.com/Rebilly/rebilly-dotnet-client/blob/master/Library/Rebilly/RebillySignature.cs |
Gotcha. Thanks. The SDK is coming along nicely and it has good test code How's your team going with the new rules engine? Enjoy your weekend and I'll talk to you soon, Ryan On Fri, Jul 29, 2016 at 8:39 AM, Adam Altman notifications@github.com
|
Gotcha. Thanks. The SDK is coming along nicely and it has good test code How's your team going with the new rule engine? Enjoy your weekend and I'll talk to you soon, Ryan On Fri, Jul 29, 2016 at 8:39 AM, Adam Altman notifications@github.com
|
Pretty good. We hit one snag related to the event and rule tracking. However, the control/configuration api is nearly complete. |
I can relate to how difficult it is to make major architectural changes Talk to you soon, Ryan On Fri, Jul 29, 2016 at 8:53 AM, Adam Altman notifications@github.com
|
OK. I have finished the Signature class and I need to integrate it into Two quick questions:
This doco. mentions the format and that it is only used for creating client https://my.rebilly.com/api/documentation/#paymentToken-Create and here's how it fits into the js client side library: https://my.rebilly.com/api/jsdoc/#usage-Token-Creation Ryan On Fri, Jul 29, 2016 at 8:57 AM, Ryan McFadden ryanpmcfadden@gmail.com
|
So, we have 3 API authentication methods. This is just a utility class, because the rebilly JS needs a value in the client browser, that is not a secret, that can be used for authentication (it only has permissions to POST v2/tokens or v2.1/tokens). We structured this in the PHP SDK in a stand-alone https://github.com/Rebilly/rebilly-php/blob/master/src/Util/RebillySignature.php |
Got i!. I'll provide a code example on the README.md page as this will be Ryan On Fri, Jul 29, 2016 at 10:42 AM, Adam Altman notifications@github.com
|
Rebilly.js uses a signature created as shown in PHP. We need an equivalent for .NET too:
https://github.com/Rebilly/rebilly-php/blob/9ee460361827aa938999c1acab30b42d3774709a/src/Util/RebillySignature.php#L44
The text was updated successfully, but these errors were encountered: