https://github.com/trailervote/trailervote-express-authorization
:lock: Authorization middleware for TrailerVote ecosystem
https://github.com/trailervote/trailervote-express-authorization
authorization express express-middleware
Last synced: 4 months ago
JSON representation
:lock: Authorization middleware for TrailerVote ecosystem
- Host: GitHub
- URL: https://github.com/trailervote/trailervote-express-authorization
- Owner: TrailerVote
- License: mit
- Created: 2019-01-18T18:43:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T20:31:38.000Z (about 1 year ago)
- Last Synced: 2025-06-03T16:46:40.282Z (about 1 year ago)
- Topics: authorization, express, express-middleware
- Language: TypeScript
- Size: 236 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 40
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TrailerVote Express Authorization
[](https://travis-ci.com/TrailerVote/express-authorization)
[](https://npmjs.org/package/@trailervote/express-authorization)
Authorization middleware for TrailerVote ecosystem
```bash
yarn add @trailervote/express-authorization
```
```typescript
import { createAuthorizeWithBasic } from '@trailervote/express-authorization'
```