I am using node.js request module to fetch an id_token from an API. After fetching that id_token I want to send a redirect uri response with a se
request
redirect uri
se
in express 4.16.3 , you must set
res.cookie()
before
res.redirect()
and it works for me, without error