yoitsro / hapi-access-token

Simple third party token login plugin for Hapi
BSD 2-Clause "Simplified" License
9 stars 4 forks source link

tag newest version #1

Open ms88privat opened 8 years ago

ms88privat commented 8 years ago

Thanks for this plugin! I'm new to hapijs and was really astonished that this use case was not provided by bell or any other plugin. But I used a similar plugin before (https://github.com/drudge/passport-facebook-token)

Maybe we could have a look at it and improve something here. I'm worried about the refresh_token thing.

At the moment I don't have a lot of time to make a pull request, but maybe end of next week I could have a more closer look at it.

👍

yoitsro commented 8 years ago

Hey @ms88privat! Thanks for your PR and your comment so far. Have you had chance to look at this? I'm just about to start upgrading it to v3 to take advantage of Facebook's latest API version so anything which you can do would be massively appreciated.

ms88privat commented 8 years ago

Hi @yoitsro, I recently had to publish my own changes to another repository because I had trouble to upload my own fork to my cloud server.

Here is the link and you can review the changes:

https://github.com/ms88privat/hapi-access-fb

I didn't remember, but something wasn't working with your version anymore. Maybe you can spot the changes.

At the moment I have absolutely zero time to do anything :(

But feel free to ask any question and maybe if you get a specific task I can have a look at it 👍

Thanks