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

Set httpOnly to false for all auth cookies #92

Open
ammarbarakat opened this issue Sep 27, 2022 · 0 comments
Open

Set httpOnly to false for all auth cookies #92

ammarbarakat opened this issue Sep 27, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ammarbarakat
Copy link
Contributor

ammarbarakat commented Sep 27, 2022

Describe your problem.

Auth cookies has to be used by javascript but httpOnly prevent this.

If it is a bug name steps to reproduce

Steps to reproduce the behavior:

  1. Go to the main view
  2. Login
  3. See error in the console

If it is a bug complete the following information:

  • Version: [1.0.0-alpha]
  • OS: [Windows]
  • Browser: [firefox]

Describe the solution you'd like

Set httpOnly to false for all auth cookies.

@ammarbarakat ammarbarakat self-assigned this Sep 27, 2022
@ammarbarakat ammarbarakat added refactoring Refactor existing code bug Something isn't working and removed refactoring Refactor existing code labels Sep 27, 2022
ammarbarakat added a commit that referenced this issue Sep 27, 2022
- Set httpOnly to false for all auth cookies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant