dwyl / hapi-postgres-connection

:zap: Creates a PostgreSQL Connection (Pool) available anywhere in your Hapi App
GNU General Public License v2.0
40 stars 13 forks source link

Patch to make Postgres available in other modules #9

Closed Conorc1000 closed 8 years ago

Conorc1000 commented 8 years ago

When we change 'onPreHandler' to 'onPreAuth' the postgres become available in the JWT validateFunction

fixes #7

codecov-io commented 8 years ago

Current coverage is 100.00%

Merging #9 into master will not affect coverage as of 16db451

@@            master      #9   diff @@
======================================
  Files            1       1       
  Stmts           23      23       
  Branches         0       0       
  Methods          0       0       
======================================
  Hit             23      23       
  Partial          0       0       
  Missed           0       0       

Review entire Coverage Diff as of 16db451

Powered by Codecov. Updated on successful CI builds.

nelsonic commented 8 years ago

As discussed. thanks for fixing this. merged. :+1: