You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manage your cookies on client and server side (Angular Universal) (example [@ngx-utils/universal-starter](https://github.com/ngx-utils/universal-starter))
5
+
Manage your cookies on client and server side (Angular Universal)
6
+
7
+
Example in [@ngx-utils/universal-starter](https://github.com/ngx-utils/universal-starter/blob/master/src/app/auth-http.service.ts#L68) shows the way in which `CookiesService` is used to get access token from cookies on client and **server side**, and then set Authorization headers for all HTTP requests.
0 commit comments