-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request