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
httr::oauth2.0_token doesnt return token in header slot anymore
change how token is accessed
add at return for the fxn to tell users what should be returned
bump dev version
add news item
Copy file name to clipboardExpand all lines: NEWS.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,11 @@
1
+
gistr in development
2
+
===============
3
+
4
+
### BUG FIXES
5
+
6
+
* fix `gist_auth()`: at some point `httr::oauth2.0_token` stopped returning the token in the `headers` slot; can't figure out when this change happened; fix is to get the token from a different place in the returned object; changes to `gist_auth()` to access that new path to the token (#83)
0 commit comments