Hi again, I wanted to know if there is a way I can test with the cookies on localhost? I have set a cookie domain on my Supertokens server. but I wanted test things locally.. So is there a work around for that?
r
rp_st
06/04/2022, 4:14 AM
Hey @yashwant3411
rp_st
06/04/2022, 4:15 AM
Yea. It’s possible. You can use env vars to set a different config for local setup
rp_st
06/04/2022, 4:39 AM
To simulate sub domains on local, you can even modify your /etc/hosts file (on Mac) to make any domain point to localhost.