Questions tagged [passport-freshbooks]

Passport strategy for authenticating with Freshbooks.

This strategy lets you authenticate using Freshbooks in your (for example, Node.js) applications. By plugging into Passport, Freshbooks authentication can be easily and unobtrusively integrated into any application or framework that supports Connect-style middleware, including Express.

2 questions
0
votes
2 answers

How to pass a variable taken from route handler into passport-freshbooks strategy's middleware definition?

I'm using a passport-freshbooks strategy, which is like pretty much like any other strategy, except I think it's not authored properly (if I'm not missing anything). I've found that you need to pass a variable to its middleware in its definition…
0
votes
1 answer

Why can't I use credentials to make followup oauth call

I am using passport-freshbooks to authenticate and retrieve a token and tokenSecret. However, when I try to use those with a separate OAuth object, I get a 401 authentication failed error. The strategy used by passport-freshbooks uses the same oauth…
Todd R
  • 18,236
  • 8
  • 31
  • 39