SSR with authentication (React + Redux) #970

Closed
opened 2025-08-09 17:18:22 +00:00 by fergalmoran · 0 comments
Owner

Originally created by @Kevenvz on 3/2/2017

Hey all,

I'm working on my first react + redux application and got everything working so far with windows authentication. I passed the 'same-origin' value to the credentials parameter in fetch() and it's working as intended.

The only problem is that SSR isn't working on a page that has to initially make some api calls, I can't really figure out a solution so that's why I'm asking for help.

I'm using the default React + Redux template with IIS Express windows authentication enabled.

Thanks in advance!

*Originally created by @Kevenvz on 3/2/2017* Hey all, I'm working on my first react + redux application and got everything working so far with windows authentication. I passed the 'same-origin' value to the credentials parameter in fetch() and it's working as intended. The only problem is that SSR isn't working on a page that has to initially make some api calls, I can't really figure out a solution so that's why I'm asking for help. I'm using the default React + Redux template with IIS Express windows authentication enabled. Thanks in advance!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/JavaScriptServices#970
No description provided.