SAAS Feature Flag access control #7975
Unanswered
antonioberetini
asked this question in
Question
Replies: 1 comment 1 reply
-
There are multiple valid approaches to solving this problem. Alternatively, you could use I'm sure there are other ways too, but we would have to know more about your schema to see if they are applicable. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey everyone. We are building a robust SAAS product here at Get Local Inc. and we are currently working the access control logic for our app before going live. We managed to get the standard logic in place, to control logged in user, super admin public and similar. We are now working on merchant level access logic. For example, our pricing logic is based on predefined packages, where each package contains what we call feature flags. Each feature flag enables certain functionality.
For instance, a merchant subscribed to package 2x which includes 3 feature flags. Each user within that merchant hierarchy should see features related to those flags when logged in.
What is the most optimal way to implement this? Our user interface elements would have to hide and show depending on these future flags.
Beta Was this translation helpful? Give feedback.
All reactions