The paragraph https://github.com/SlashDB/taskapp-demo/blob/main/README.md#authentication-and-login-functionality says
The remote demo server of SlashDB does not allow cors and so you will need to provide an API key as shown in step one of this brief explanation on how the app was set up.
CORS is "disabled", SlashDB sends responses to any domain. Also API Key wouldn't solve any CORS problems. I think it's more about cookie flag "same-site".
The paragraph https://github.com/SlashDB/taskapp-demo/blob/main/README.md#authentication-and-login-functionality says
CORS is "disabled", SlashDB sends responses to any domain. Also API Key wouldn't solve any CORS problems. I think it's more about cookie flag "same-site".