laravel / cashier-paddle

Cashier Paddle provides an expressive, fluent interface to Paddle's subscription billing services.
https://laravel.com/docs/cashier-paddle
MIT License
238 stars 57 forks source link

Add support for authentication via client-side tokens #244

Closed Persaeus closed 7 months ago

Persaeus commented 7 months ago

Some methods in Paddle.js are only available when using client-side tokens for authentication. For example, [Paddle.PricePreview()](https://developer.paddle.com/paddlejs/methods/paddle-pricepreview#paddle.pricepreview()):

Requires a client-side token for authentication. If you're passing the older seller parameter to Paddle.Setup(), replace this with token to use Paddle.PricePreview().

driesvints commented 7 months ago

Falls a little outside the scope of this library sorry.