- Create AdminGuard to check user role - Update JWT strategy to include role in payload - Update auth service to include role in token generation - Prepare admin module structure - TypeScript will resolve lint errors after server restart
2 lines
11 B
TypeScript
2 lines
11 B
TypeScript
export {};
|