Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Middleware for Cookies #12

Open
BoogieMonster1O1 opened this issue Feb 18, 2024 · 0 comments
Open

Middleware for Cookies #12

BoogieMonster1O1 opened this issue Feb 18, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@BoogieMonster1O1
Copy link
Member

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.

@BoogieMonster1O1 BoogieMonster1O1 added the enhancement New feature or request label Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant