chore: Remove old auth cruft
This commit is contained in:
committed by
mrugesh mohapatra
parent
081284c2d3
commit
0c23844793
@ -25,8 +25,6 @@ export function setAccessTokenToResponse(
|
||||
};
|
||||
const jwtAccess = jwt.sign({ accessToken }, jwtSecret);
|
||||
res.cookie(jwtCookieNS, jwtAccess, cookieConfig);
|
||||
res.cookie('access_token', accessToken.id, cookieConfig);
|
||||
res.cookie('userId', accessToken.userId, cookieConfig);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user