Getting auth data in react server component when auth is handled by express backend

is there a good way to be able to call the backend auth from react server component in a project where the auth is implemented using a separate express backend?
2 Replies
sebastian
sebastian3w ago
You can use a standard fetch call that would include the cookie and credentials
discquist
discquistOP3w ago
thanks!

Did you find this page helpful?