johnbrett / hapi-auth-bearer-token

Simple Bearer authentication scheme plugin for hapi, accepts token by Header, Cookie or Query parameter.
MIT License
218 stars 46 forks source link

Token can be optionally transferred in a cookie, for isomorphic apps #20

Closed mkawalec closed 8 years ago

mkawalec commented 9 years ago

I think I also overwrote some quotation mark changes, hopefully it will be forgiven :P

mkawalec commented 9 years ago

Oh, tests. If you feel this is a valid direction to evolve, let me know and I'll make the tests pass

gr2m commented 9 years ago

Hey @mkawalec, sorry to hijack the PR for a question, but I'm running into the same issue, where we want to build a isomorphic app, but the API is Cookie-less using bearer tokens. Any hints you can give of what you have done to work around the issue?

johnbrett commented 9 years ago

Hey @mkawalec @gr2m sincere apologies on slow replies, have a big backlog of stuff to get through! Will try to get to look at this in more detail soon! Have you found a solution in the mean time @mkawalec ?

johnbrett commented 8 years ago

Closing due to inactivity, feel free to re-open if you're interested in discussing this more.