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

feat(ssr): adds server cookie output via response #315

Closed
wants to merge 6 commits into from

Conversation

blakeoxx
Copy link

This brings the fix/feature completed in #309 to the v17 codebase and resolves #266 . It increases the SsrCookieServices ability to use the request and response objects provided by Express to read and write cookies on the server side. This also means that cookies written during SSR will be returned to the client in the response headers.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@pavankjadda pavankjadda self-assigned this Jun 19, 2024
@pavankjadda pavankjadda self-requested a review June 19, 2024 17:18
@pavankjadda
Copy link
Collaborator

I will take a look at this

@MarikaKonturova
Copy link

When it will be merged? Seems like a huge problem-solver :/

@pavankjadda
Copy link
Collaborator

This is on my todo list. Will take a look at as soon ad possible

@pavankjadda pavankjadda linked an issue Jul 5, 2024 that may be closed by this pull request
@blakeoxx
Copy link
Author

Closed in favor of #320

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Angular v17 SSR - InjectionToken for REQUEST/RESPONSE not working?
3 participants