sasjs / server

Build Apps on Base SAS

Home Page:https://server.sasjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iPhone Safari support in SASjs Server

allanbowe opened this issue · comments

In building a demo version of Data Controller we noticed an issue when logging in with iPhone.

image

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.