stevermeister / ngx-cookie-service

Angular (4.2+ ...12) service for cookies. Originally based on the `ng2-cookies` library.
https://www.npmjs.com/package/ngx-cookie-service
MIT License
543 stars 89 forks source link

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

Closed blakeoxx closed 6 months ago

blakeoxx commented 6 months ago

This fix/feature 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.

This PR is intended for a future release of v16 (16.2.0), up to maintainer discretion. If this PR passes code review, I can also port these changes forward to v17.

sonarcloud[bot] commented 6 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues

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

See analysis details on SonarCloud