我有一台运行node.js的服务器,而我的客户端是在ember.js中。
I'm trying to implement a login system but there is not much on the interner about these two tools working together. I've got a simple authentication system
但我需要做的是像PHP中的$ _SESSION部分。
我可以立即登录并获取我的信息,但我不知道如何保持登录禁止/允许通过某些页面。我需要一些饼干或其他东西,但不太清楚我将如何用这两种工具来做这件事。
提前致谢
答案 0 :(得分:0)
以下是在ember中处理会话/身份验证和登录的两个示例 https://github.com/embercasts/authentication-part-1
https://github.com/embercasts/authentication-part-2
这是一个余烬插件 https://github.com/Vestorly/torii
您可以将会话令牌存储在cookie中,这样当页面关闭时,应用程序就可以检索它。
您可以将会话令牌发送到您的nodejs api,以授权用户使用您正在使用的任何资源