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

Commit

Permalink
Merge pull request #473 from solocommand/idx-auth-source
Browse files Browse the repository at this point in the history
Include login source in IdX authenticate hook args
  • Loading branch information
solocommand authored Nov 3, 2022
2 parents a40abbc + f9d3ed6 commit 2b00ce2
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 2b00ce2

Please sign in to comment.