Middlewares
It is where the project middlewares are declared.
.
└── middlewares
├── ensureAuthenticated
│ ├── strategies
│ │ ├── googleStrategy.ts
│ │ ├── jwtStrategy.ts
│ │ └── otherStrategy.ts
│ └── index.ts
├── parseParam.ts
├── rateLimiter.ts
└── [name].ts
Last updated
Was this helpful?