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