How will be the proper way to make a limited access to the application? I’m thinking about creating a middleware as
app.use(“/api/*”, shopify.validateAuthenticatedSession())
but with the code that checks the billing.
Do you know a better way?
How will be the proper way to make a limited access to the application? I’m thinking about creating a middleware as
app.use(“/api/*”, shopify.validateAuthenticatedSession())
but with the code that checks the billing.
Do you know a better way?