Skip to content

Commit

Permalink
new update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 11, 2024
1 parent 37935c1 commit 0fc8ef0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/controllers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,8 @@ router.get(
(req: EzBIDSAuthRequestObject, res) => {
const session = req.ezBIDS.session;
const JWT = signJWT({ sessionId: session._id.toString() });
console.log('new test')
console.log(JWT)
return res.send(JWT);
}
);
Expand Down

0 comments on commit 0fc8ef0

Please sign in to comment.