You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just wanted to check if there were any updates to this project? I tried to get it working today, but when I try to passport.use(new SharePointStrategy(...)); I am getting TypeError: object is not a function.
I looked through the code and found a few JSLint errors including some missing semi-colons, a few variable scope issues, etc. I fixed those up in my local directory but it didn't fix the problem.
I just wanted to check if you have newer code or any ideas what might be causing this before I start trying to debug it myself.
The text was updated successfully, but these errors were encountered:
Hi Chris,
we using the package extensively.
Do you have a stacktrace so that I can see where the error occures?
If you have code/style fixes your welcome to contribute it so that we can merge it in.
Sorry for not replying sooner, I have been busy re-organizing my sample code and working on a few other things. I will give it another go today and see if I can debug further. The stack trace wasn't useful since the exception is being caught in the module loader when trying to call the SharePointStrategy constructor. It wasn't useful (to me at least) and trying to debug into the constructor didn't reveal anything to me. I will probably have to fork and start cutting away parts of the module to try to isolate. If I have time to get that far, I will let you know what I find.
Just wanted to check if there were any updates to this project? I tried to get it working today, but when I try to passport.use(new SharePointStrategy(...)); I am getting TypeError: object is not a function.
I looked through the code and found a few JSLint errors including some missing semi-colons, a few variable scope issues, etc. I fixed those up in my local directory but it didn't fix the problem.
I just wanted to check if you have newer code or any ideas what might be causing this before I start trying to debug it myself.
The text was updated successfully, but these errors were encountered: