Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Include login source in IdX authenticate hook args
Browse files Browse the repository at this point in the history
  • Loading branch information
solocommand committed Nov 3, 2022
1 parent a40abbc commit f9d3ed6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/marko-web-identity-x/routes/authenticate.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = asyncRoute(async (req, res) => {
res,
user,
authToken,
loginSource,
});
tokenCookie.setTo(res, authToken.value);
contextCookie.setTo(res, { loginSource });
Expand Down

0 comments on commit f9d3ed6

Please sign in to comment.