Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate Keygen Cloud and Keygen EE multiplayer mode #797

Open
ezekg opened this issue Feb 18, 2024 · 1 comment
Open

Separate Keygen Cloud and Keygen EE multiplayer mode #797

ezekg opened this issue Feb 18, 2024 · 1 comment

Comments

@ezekg
Copy link
Member

ezekg commented Feb 18, 2024

I've had some interest in the multiplayer mode of Keygen EE. Let's separate out Keygen Cloud and Keygen EE a bit more, e.g. Stripe and email reports are only needed for Keygen Cloud. Maybe add something like the following?

module Keygen
  def cloud?   = ee { _1.entitled?(:cloud) }
  def cloud(&) = yield if cloud?
end
@ezekg
Copy link
Member Author

ezekg commented Feb 18, 2024

Some things to note:

  • New accounts for EE need billing initialized, but not Stripe.
  • Add a way to disable new account creation for EE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant