meanjs解决方案中是否有tokenauthentication?

Is there tokenauthentication in the meanjs solution?

我正在研究 meanjs 并试图在 https://github.com/meanjs/mean 中查找令牌身份验证但找不到。是否有任何替代示例具有使用 JWT 身份验证实现的 meanjs 应用程序?

https://github.com/angular-fullstack/generator-angular-fullstack 是一个很棒的使用 JWT 的 MEAN 堆栈模板。它带有身份验证样板,包括社交媒体 oAuth 登录。