An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TrailerVote Express Authorization

[![Build Status](https://travis-ci.com/TrailerVote/express-authorization.svg?branch=master)](https://travis-ci.com/TrailerVote/express-authorization)

[![NPM Package Version](https://badge.fury.io/js/@trailervote%2Fexpress-authorization.svg)](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'
```