> For the complete documentation index, see [llms.txt](https://incubiq.gitbook.io/siww/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://incubiq.gitbook.io/siww/use-cases/reactjs-connect-to-backend/2.-redirect-the-route-to-your-backend.md).

# 2. Redirect the route to your backend

when processing your /auth route, just redirect to the authentication route of the backend

```

window.location.href = 'http://<my_domain>/auth/siww'

```
