Commit b89dca6
committed
Lockdown 'oauth2' to version under 2
Closes #50
Christopher S. and I were able to track down the error:
> OAuth2::Error - Could not find application:
> #<SnakyHash::StringKeyed error="Could not find application">:
The likely culprit is that the auth call is not including any
identifying data. We didn't find more specific information about this,
but the regression happens between v1.4.9 and >= v2.
We verified that locking down the "oauth2" gem to under 2 fixes the
error. Later on, we'll probably need to address this issue when we want
to use versions 2 and later.1 parent d00f2bc commit b89dca6
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
0 commit comments