kennethormandy / craft-marketplace

Make your Craft Commerce site a Marketplace, via Stripe
https://plugins.craftcms.com/marketplace
Other
7 stars 0 forks source link

Automate more of initial OAuth app setup #4

Closed kennethormandy closed 3 days ago

kennethormandy commented 4 years ago

Make the first install process require less setup. Simply this, should be possible to dramatically reduce steps 1–4: https://github.com/kennethormandy/craft-marketplace#add-stripe-oauth-app

I also have the note:

Also, it is possible to create a OAuth App programatically with venveo/craft-oauthclient, so we could do that too. But we’d still need the user’s Stripe environment variables anyway.

Could also add templates folder like Craft Commerce: https://github.com/craftcms/commerce/tree/develop/templates …with the couple of small template modifications that show you how Craft Marketplace is working.