Middlewares
É onde os middlewares do projeto são declarados.
.
└── middlewares
├── ensureAuthenticated
│ ├── strategies
│ │ ├── googleStrategy.ts
│ │ ├── jwtStrategy.ts
│ │ └── otherStrategy.ts
│ └── index.ts
├── parseParam.ts
├── rateLimiter.ts
└── [nome].ts
Last updated
Was this helpful?