用户数据库、身份验证和迁移

发布于 2024-12-13 12:33:45 字数 416 浏览 3 评论 0原文

我们目前正在考虑在我们的网站上使用 Janrain,而不是自己开发社交登录应用程序。我们面临的问题是:

1)当我们访问用户的数据集时,我们是否可以将该数据存储在数据库中?

2) 数据的存储方式/格式是否允许我在想要切换提供商或迁移回我自己的应用程序(facebook 连接或使用 twitter 登录)时无需用户再次注册即可工作?

3) 我认为如果我更换提供商,则必须重复身份验证过程。如果发生这种情况,从社交网络捕获的 ID 和 Janrain 规范化的 ID 是否会以某种方式匹配,如果我迁移出 Janrain,我知道它是同一用户?

基本上,我想确保,如果我扩大了我的用户群,但没有产生足够的收入来支付 Janrain,我将能够迁移出 Janrain,而不会给我或我的用户带来太多痛苦。

帮助

预先感谢Leo 的

We are currently considering using Janrain on our website instead of developing the social login apps ourselves. The questions we have are:

1) When we get access to a user's set of data, do we get to store that data in our db?

2) Will the data be stored in a way/format that if I ever want to switch providers or migrate back to my own app (facebook connect or login with twitter) it will work without the need for users to register again?

3) I assume the authentication process has to be repeated if I switch providers. If that happens, will the IDs captured from the social network and the one normalized by Janrain match in a way that I know it is the same user if I ever migrate out of Janrain?

Basically, I want to make sure that if I ever grow my user base, but do not generate enough revenues to pay for Janrain, that I will be able to migrate out of Janrain without much pain to me or my users.

Thanks in advance for the help

Leo

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

少女情怀诗 2024-12-20 12:33:45

要回答第一个问题,答案是肯定的,janrain 提供了一个重定向脚本,您可以修改它并用它做您想做的事情。
对于第二点,完全取决于您,用于此目的的登录脚本应该注册用户(如果尚未注册),然后登录。
第三点是的。

To answer question one the answer is yes janrain provides a redirect script that you can modify and do with it what you please.
For number two that is entirely up to you, your login script for this purpose should register user if not already registered and then login.
For number three yes.

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