Replies: 2 comments
-
trying to find best practises for handling license keys. Any recommendations? |
Beta Was this translation helpful? Give feedback.
0 replies
-
We have retired GitHub discussions. However, I think https://mui.com/x/introduction/licensing/#license-key-security can answer the question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I hope this is an OK place to ask, just looking for some advice on how all of you are using the License Key without exposing it on your sites.
I am working with an organization where the current architecture is a static front-end site and Apollo/GraphQL for the data - no node server to an API etc. They want to use MUI X for their tables but we have some tables that are not behind authentication.
Tables behind auth are a non-issue, just curious what the rest of you are doing when you are not behind auth. If I inject the key via environment vars the key can be snooped via dev tools in the bundle. Are people using SSR to keep the call to the
setLicenseKey
function hidden or am I even overthinking this?Apologies if this is not the right place, thank you 🙏
Beta Was this translation helpful? Give feedback.
All reactions