You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add middleware for accepting accessToken in a cookie. This will allow HTTP only cookies to be used by the client. HTTP only cookies are not susceptible to XSS attacks as they are not accessible by javascript in the browser. The middleware should take the cookie and put it in the Authorization header; that way it works seamlessly with the existing resolvers.
The text was updated successfully, but these errors were encountered:
Add middleware for accepting accessToken in a cookie. This will allow HTTP only cookies to be used by the client. HTTP only cookies are not susceptible to XSS attacks as they are not accessible by javascript in the browser. The middleware should take the cookie and put it in the Authorization header; that way it works seamlessly with the existing resolvers.
The text was updated successfully, but these errors were encountered: