javascript 护照:isLoggedIn

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 护照:isLoggedIn相关的知识,希望对你有一定的参考价值。

module.exports = (req, res, next) => {
  // continue with the next middleware if user is logged in
	if (req.isAuthenticated()) {
		return next();
	}

  // if the user is not logged in, redirect
	res.redirect("/");
};

以上是关于javascript 护照:isLoggedIn的主要内容,如果未能解决你的问题,请参考以下文章

javascript 节点护照状态

javascript 护照:当地战略

javascript 默认护照-facebook

javascript 默认护照 - 推特

javascript 默认护照本地

javascript 社交提供商的DEFAULT护照身份验证