Skip to content

Commit

Permalink
Expose crypto methods on Overlook
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jul 11, 2015
1 parent 941d49c commit dc59499
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,3 +425,4 @@ No changes. Erroneous version bump.
## Next

* `authentication.getUser` returns inactive users
* Expose crypto methods on Overlook
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ var Promise = require('bluebird-extra'),
// libraries
var overlook = require('./overlook'),
forms = require('./forms'),
crypto = require('./crypto'),
authentication = require('./authentication'),
api = require('./api'),
http = require('./http');
Expand All @@ -35,6 +36,7 @@ var common = {
Sequelize: Sequelize,
_: _,
forms: forms,
crypto: crypto,
authentication: authentication,
api: api,
http: http
Expand Down

0 comments on commit dc59499

Please sign in to comment.