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

Make cookie handling pluggable #28

Closed
sbordet opened this issue Dec 6, 2021 · 0 comments
Closed

Make cookie handling pluggable #28

sbordet opened this issue Dec 6, 2021 · 0 comments
Assignees
Labels
sponsored affects client with commercial support

Comments

@sbordet
Copy link
Member

sbordet commented Dec 6, 2021

Cookie handling is currently very simple, just based on the host and without support for path, expiration, etc.

Rather than relying on an external dependency, it should be possible to provide a minimal implementation that can be overridden by applications that wants to use a more sophisticated cookie handling, possibly injecting external cookies and taking into account other cookie parameters.

@sbordet sbordet self-assigned this Dec 6, 2021
@sbordet sbordet added the sponsored affects client with commercial support label Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sponsored affects client with commercial support
Projects
None yet
Development

No branches or pull requests

1 participant