wimm-node-app icon indicating copy to clipboard operation
wimm-node-app copied to clipboard

Modern Backend Development - WhereIsMyMotivation - NestJS. - Learn to build a modular and secure backend services using very popular Nest framework.

Results 2 wimm-node-app issues
Sort by recently updated
recently updated
newest added

### **Description** #### **Summary** Public routes (such as `/auth/signup/basic`) are being blocked by the global `ApiKeyGuard` and `RolesGuard`, even when decorated with `@Public()`. This results in a `Forbidden` error when...