oneblink / hapi-oauth2orize

A bridge between hapi and OAuth2orize
BSD 3-Clause "New" or "Revised" License
27 stars 17 forks source link

Hapi 8 and updated docs #5

Closed landau closed 9 years ago

landau commented 9 years ago

Any word on testing with Hapi 8+? Also, updated docs?

My team is looking to implement oauth for our API so we may be able to help contrib to this module.

Cheers.

devinivy commented 9 years ago

We'd love a PR! I don't expect it'll take many changes. I will need to update this to hapi 8 soon regardless (since my team would like to upgrade our oauth service)! Ideally the update should support hapi 7 and 8.

As an aside, if you're building an API, maybe take a peek at dogwater (integration with Waterline ORM) and bedwetter (model-aware API builder based on Github's API style).

landau commented 9 years ago

Thanks for the suggestions!

thebergamo commented 9 years ago

This project still continue?

devinivy commented 9 years ago

@marcosbergamo indeed!

thebergamo commented 9 years ago

Tks =D

cwurtz commented 9 years ago

Is there any eta on support for Hapi 8.x? Thanks

devinivy commented 9 years ago

There's no ETA at the moment, but I would certainly take a PR. I've made a new placeholder issue for this at #6 and assigned it to the 2.0.0 milestone.

devinivy commented 9 years ago

Hey all, just updated this for hapi8 and hapi9. I'd like to improve docs and do some testing before publishing 2.0.0, but please feel free to give it a try. Closed in #6, PR #8.