Hi (again),
Is the default cookie bases authentication also working if i have my backing living at api.mysite.com and multiple frontends (app.mysite.com, whatever.mysite.com)?
r
rp_st
04/12/2023, 2:48 PM
yes it does work since they all have the same base domain. You need to set the
cookieDomain
value on the backend to
.mysite.com
rp_st
04/12/2023, 4:20 PM
since the base domain is different, users will have to login into that again.