如何处理“开源”问题您的应用程序何时使用个人 API 密钥?
可能的重复:
如何开源使用 API 密钥的应用程序< /a>
我正在创建一个使用个人 API 密钥的应用程序。我如何开源该应用程序?
可能的重复: 如何开源使用 API 密钥的应用程序< /a>
我想现在我的问题是,哪个是一个不错的选择?
Possible Duplicate:
How to open-source an application that uses API keys
I'm creating an application that uses a personal API key. How can I open source the application?
Possible Duplicate:
How to open-source an application that uses API keys
I guess now my question is, which is a good option to use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
将 API 密钥设置为配置项,以便使用代码的人员可以指定它,而不是将其硬编码在源代码中。
Make the API key a configuration item so that it can be specified by the person using the code rather than having it hard-coded within the source.
使用用户应获取自己的密钥的说明来屏蔽应用程序中的密钥。如果可以从配置文件或 UI 进行配置,那就最好了。
最好有一个应用程序的屏幕演示,这样目标受众就知道当他们输入自己的密钥时它会如何表现。
Mask the key in the application with instructions that the user should get his own key. Would be best if this configurable from a config file or UI.
It may also be good to have a screen demo of the application, so the target audience knows how it is suppose to behave when they put in their own key.