如何处理“开源”问题您的应用程序何时使用个人 API 密钥?

发布于 2024-09-13 17:20:39 字数 550 浏览 4 评论 0原文

可能的重复:
如何开源使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

甜警司 2024-09-20 17:20:39

将 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.

拥抱没勇气 2024-09-20 17:20:39

使用用户应获取自己的密钥的说明来屏蔽应用程序中的密钥。如果可以从配置文件或 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文