Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chaining multiple queryToken strategies does not work #124

Closed
AdriVanHoudt opened this issue Mar 1, 2017 · 3 comments
Closed

Chaining multiple queryToken strategies does not work #124

AdriVanHoudt opened this issue Mar 1, 2017 · 3 comments
Labels

Comments

@AdriVanHoudt
Copy link
Collaborator

Since the query token get's deleted here: https://github.com/johnbrett/hapi-auth-bearer-token/blob/master/lib/index.js#L55 the next strategy looking for it simply can't find it.
Not sure how to fix this but I think the easiest is to delete it only just before a successful auth here https://github.com/johnbrett/hapi-auth-bearer-token/blob/master/lib/index.js#L94

@johnbrett
Copy link
Owner

I'll take a look at this on Monday @AdriVanHoudt! Sorry for delay, I'm way behind on OSS, thanks for opening this 👍

@AdriVanHoudt
Copy link
Collaborator Author

np!

@johnbrett
Copy link
Owner

closed via #156

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants