OpenID认证代码全部用JS实现?
我需要将 OpenID 身份验证添加到我的应用程序中。我实际上可以在 JS 中拥有完整的代码吗(我的意思是向 OP 发送消息之类的东西?)还是我必须使用其他语言来编写 OpenID 服务器代码?我一直在寻找完全 JS 的解决方案,但我找不到任何解决方案。
I need to add OpenID authentication to my application. Can I actually have whole code in JS (i mean sending messages to OP and stuff?) or do i have to use some other language to write OpenID server code in? I was looking for entirely JS solutions but I cannot find any.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不明白为什么不这样做,但这可能是一个非常糟糕的主意,因为您将在其中存储身份验证令牌和您不想暴露的各种内容。
I don't see why not, but this is probably a really bad idea since you will be storing authentication tokens and all kinds of stuff in there you wouldn't want exposed.