Angular Universal: send session token to proxy
Your angular universal app might use the server just to save some data in the session when a user logs in and then pass all the requests to another server where the actual db is read and so on. app.use('/api', createProxyMiddleware({target: proces...
Oct 9, 20212 min read429
