Open a repo for the Package Registry #250
luanpiegas
started this conversation in
Ideas
Replies: 2 comments
|
Yes, I am planning that in near future.
Just curious, what made you come to that conclusion? |
0 replies
|
A few things from going through the docs and the CLI:
So for my use case (shipping paid plugins like ACF Pro / Gravity Forms and more) wpm would have us hosting licensed code ourselves rather than wpm brokering entitlement, which isn't really a fit. I'm planning to use wpm for the free + custom plugins and handle the commercial ones separately. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I would like to suggest to open a package registry repo so the community can contribuite to.
In my use case, commercial plugins are not going to work with wpm. What if we implement an authentication flow that commercial plugins can connect to and authorize downloads? See this example from ACF Pro using Composer:
{ "bearer": { "connect.advancedcustomfields.com": "YOUR_ACF_PRO_LICENSE_KEY" } }All reactions