You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I have a Pro FA license that I'd like to use in an open-source repository. I want to keep my license token secret while still allowing contributions from people who don't have a license. Is this possible?
I've thought of a few options but none seem great:
download the Pro icons and store it in GitHub. Problem: this breaks the licensing agreement because I'd be redistributing the icons.
fall back to the free icons when the developer doesn't have a token in their .env file, like here. Problems: can't use tree-shaking and some Pro icons don't have a free equivalent.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi! I have a Pro FA license that I'd like to use in an open-source repository. I want to keep my license token secret while still allowing contributions from people who don't have a license. Is this possible?
I've thought of a few options but none seem great:
Does anyone have suggestions? Thank you!
All reactions