Skip to content

hexijs/hexi-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexi-auth

An auth extension for hexi

Dependency Status Build Status npm version Coverage Status

Installation

npm install --save hexi-auth

Usage

const server = hexi()

server.register([
  {
    register: require('hexi-auth'),
  },
])
.then(() => {
  server.auth((req, res, next) => {
    
  })
})

License

MIT © Zoltan Kochan

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published