I'm trying to implement SSR for my angular app. I followed the universal starter guide (https://angular.io/guide/universal).
My angular app consumes a rest API which need an access_token (client_credentials grant_type) for all requests. Im using cookies to store it on the client side.
I know that cookies can't work from scratch on the server side. So i tried some packages (ngx-cookie-service) but i can't find one for SSR and angular 7...
Lately i found this package (ngx-auth) but i'm not sure i can use it for that purpose...
I can't find any documentation on the universal website, if someone have successfully implemented cookies for universal using angular 7...
A big thanks !
Ok i finally succeed using @gorniv/ngx-universal, following https://github.com/Angular-RU/angular-universal-starter
If needed i can provide an implementation example with angular 9.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With