Mike Jolley explains how he created a login system for a ReactJS app using WordPress and WP GraphQL. Mike described his work as:
“a GraphQL mutation which accepts login credentials and logs users in using a custom cookie, and we’ve set CORS headers so the browser allows the cookies to be used…. we can now hook this up to a login form in the React app.”