Skip to content

Commit

Permalink
sameSite?
Browse files Browse the repository at this point in the history
  • Loading branch information
garciafdezpatricia committed Jun 8, 2024
1 parent 38b8a00 commit 4464fae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/routes/inrupt.js
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ router.get("/solid/login", async function (req, res) {
secure: true,
httpOnly: true,
domain: '.onrender.com',
sameSite: "Strict"
sameSite: "none"
});
const redirectToIDP = (url) => {
res.redirect(url);
Expand All @@ -910,7 +910,7 @@ router.get("/solid/login/callback", async function (req, res) {
secure: true,
httpOnly: true,
domain: '.onrender.com',
sameSite: "Strict"
sameSite: "none"
});
res.redirect(`https://tidytime-wh88.onrender.com?user=${session.info.webId}`)
}
Expand Down

0 comments on commit 4464fae

Please sign in to comment.