Sessions Packages

hapi-sessions

Sessions plugin for [hapi](https://github.com/hapijs/hapi). It relies on [catbox](https://github.com/hapijs/catbox), so you can use whatever storage for them that catbox provides. ## Example ```javascript await server.register([ { plugin: requ

1.0.3 • Published 8 years ago

hapi-session-auth

Authentication plugin for hapi framework based on sessions. Depends on [hapi-sessions](https://github.com/alexander3um/hapi-sessions). ## API * `await request.sAuth.authenticate(credentials)` * `await request.sAuth.deauthenticate(credentials)`

1.0.2 • Published 8 years ago