How to manage forge app licensing?

Hello, I have a Forge app that I want to manage its licensing part at the code level. My question is that managing licensing using storage means restricting, for example, certain functionalities of the app if the license is desactivated? and is its activation only done through marketplace?

Hey @ManarElKefi1,

Forge will provide the status of a customer’s license status as part of the context injected into your frontend and backend functions. You can learn more about this, as well as how to test and validate it here.

1 Like