0.2.4 • Published 10 years ago

brisk-api v0.2.4

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

Brisk: API

An extension for Brisk that creates API endpoints, authenticated with OAuth2.

Dependencies

Install

Using npm:

npm install brisk-api

Usage

Use the OAuth2 middleware in your express helper, as such:

var oauth = require("brisk-api").oauth;

oauth({
	authority: function(){...},
	store: ...
	model: ...
});

Options

The oauth helper shares the same options as the connect-oauth2 dependency.

Methods

...

Credits

Initiated by Makis Tracend ( @tracend )

Distributed through Makesites

Released under the MIT license

0.2.4

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

11 years ago