feat(auth): refactor authentication to use cookies for token management and add CookieService
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
import { RenderMode, ServerRoute } from '@angular/ssr';
|
||||
|
||||
export const serverRoutes: ServerRoute[] = [
|
||||
{
|
||||
path: 'checkout',
|
||||
renderMode: RenderMode.Client
|
||||
},
|
||||
{
|
||||
path: '**',
|
||||
renderMode: RenderMode.Server
|
||||
|
||||
Reference in New Issue
Block a user