text 环回登录包括关系
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 环回登录包括关系相关的知识,希望对你有一定的参考价值。
module.exports = function(Appuser) {
Appuser.afterRemote('login', async (ctx, user, next) => {
if(user){
// console.log("hit")
user.token = user.id;
let userData = await Appuser.find({
fields:{password: false, username: false, realm: false, '_id': 0},
include:{
relation: 'stocks',
scope: {
fields: ['name', 'symbol']
}, }, where: {
id: user.userId
}
}) console.log()
user.userData = userData[0]
} })
};
以上是关于text 环回登录包括关系的主要内容,如果未能解决你的问题,请参考以下文章
使用JWT作为auth的环回默认登录方法吗?
SIOCGIFCONF 只返回环回接口
EIGRP邻居关系
本地环回,引发的血案
环回:如何确保将值发送到本地数据库,而不是远程数据库?
Linux中的0.0.0.0和 ::