Skip to content

Commit

Permalink
related plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesread committed Jan 26, 2018
1 parent 4f3de7b commit 0ff4834
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Express is bloated and too intricate.
* [routes/index.js](#routesindexjs)
* [Too lazy for that noise?](#too-lazy-for-that-noise)
- [Scaffolding](#scaffolding)
- [Related Plugins](#related-plugins)
- [Methods, Attributes, and Options](#methods-attributes-and-options)
* [`new HMLS([options])`](#new-hmlsoptions)
* [`async hmls.init()`](#async-hmlsinit)
Expand Down Expand Up @@ -141,6 +142,14 @@ Then:

Simple as that!

## Related Plugins

I've written a few `hapi`-related plugins that I use all the time, mostly for authorization and authentication:

* [hapi-acl-auth](https://www.npmjs.com/package/hapi-acl-auth)
* [hapi-auth-auth0](https://www.npmjs.com/package/hapi-auth-auth0)
* [hapi-auth-fb](https://www.npmjs.com/package/hapi-auth-fb)

## Methods, Attributes, and Options

### `new HMLS([options])`
Expand Down

0 comments on commit 0ff4834

Please sign in to comment.