Hi
@User
We don't have a guide for SPAs yet. But the principle is the same as the server-side technology.
You need:
1. Use the Ory Proxy on e.g. port 4000
2. Point the proxy to your React application e.g. port 3000
3. Point the proxy to your proxy URL
4. Navigate with your browser to the
proxy on port 4000
5. Any API call from your react application should go to the
proxy on port 4000
You can gather inspiration from the
ExpressJS Guide