Hi,
I’ve been using slim 3 for a little while.
I now want to make api calls through another domain in order to authenticate myself.
the CORS are well set up thanks to tuupola/cors-middleware
The api calls for the connection work well but I have a warning about cookies (SameSite = “None” missing ? ).
during my second api call to recover data, I have a 401 “Please Log in” so. (and the same warning in the chrome debugger)
how to set this cookie when answering in slim?
thank you