server
server copied to clipboard
iPhone Safari support in SASjs Server
In building a demo version of Data Controller we noticed an issue when logging in with iPhone.
It comes down to this line of code: https://github.com/sasjs/server/blob/main/api/src/routes/web/web.ts#L20
We should find a way to set the cookies in the header, rather than with JS, if indeed this line is necessary.