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

Extend form auth cookie configuration #27609

Closed
dector opened this issue Aug 30, 2022 · 1 comment · Fixed by #27853
Closed

Extend form auth cookie configuration #27609

dector opened this issue Aug 30, 2022 · 1 comment · Fixed by #27853
Labels
area/security kind/enhancement New feature or request
Milestone

Comments

@dector
Copy link

dector commented Aug 30, 2022

Description

Suggested configurations:

  • Make cookie HttpOnly / add configuration option to force this.

    • Why? Current cookie is not HttpOnly which is not a safe way of using session cookie.
    • Workaround? Can you advice any? Is it possible intercept single endpoint response and modify it's cookies?
  • or Add ability to modify session cookie after it was created by injecting some mapper function and calling it on the cookie instance (e.g. I would love to use Secure as my application server is running behind the reverse proxy (Caddy <---http--> Quarkus)).

Implementation ideas

No response

@michalvavrik
Copy link
Member

I'll have a look provided no-one is working on this (?). Any preferences/requirements on impl. @sberyozkin ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/security kind/enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants