LauLamanApps / iZettleApi

iZettle Api php intergration
MIT License
12 stars 15 forks source link

Add support for the JWT assertion grant #44

Closed roelofr closed 3 years ago

roelofr commented 3 years ago

I'm working on a webshop for one party, and as iZettle recommends using Api keys generated by the client (which are JWT assertions), you need to use the "Assertion grant", as documented here.

Would it be an idea to extend the GuzzleIzettleClient to support a getAccessTokenFromAssertion method?