express-access-checker
v1.0.0
Published
```typescript import { authenticate } from '@localz/express-access-checker'
Downloads
6
Readme
import { authenticate } from '@localz/express-access-checker'
// The route must include the projectId in the params
app.get('/api/projects/:projectId/some-resource', authenticate, routeHandler)