Skip to content

LeanKit-Labs/autohost-nedb-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

autohost nedb auth provider

This library complies with autohost v0.2.0's auth provider specification. It provides all optional features so it should work well with the auth dashboard built into autohost.

This library currently supports basic, OAuth2 (bearer) and generic token authorization headers. If no authorization header is present, a basic challenge is present.

usage

var host = require( 'autohost' ),
	authProvider = require( 'autohost-nedb-auth' )( {} );
host.init( {}, authProvider );

config

The only real option here is setting noSession to true which will disable the session in the supported passport strategies.

About

NEDB auth provider for autohost

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published