krakenjs / kraken-example-with-passport

An example integrating kraken with passport authentication
53 stars 33 forks source link

Kraken with.passport sample .... config.get('bcrypt') undefined on test #2

Closed grawk closed 9 years ago

grawk commented 9 years ago

This is copied from https://github.com/krakenjs/kraken-examples/issues/40 on the original combined example repository. Will fix it here and close both once fixed. Please track progress here.

Original issue description from @aredridel When running grunt test, "cryptConfig = config.get('bcrypt');" (ln 24, lib/spec.js) is coming up as undefined...

Uncaught TypeError: Cannot read property 'difficulty' of undefined

This issue cloned from https://github.com/krakenjs/kraken-js/issues/302

grawk commented 9 years ago

Closed with: https://github.com/krakenjs/kraken-example-with-passport/pull/4