Commit Graph

11 Commits

Author SHA1 Message Date
brunoeduardodev
f585a0d8a5 fix: OAuth_.fetch invocation on github_server and google_server 2024-05-21 01:16:50 -03:00
Nacho Codoñer
d397f770cf ensure all accounts oauth packages adapt to async and have basic test coverage 2024-05-09 16:01:38 +02:00
denihs
f60bfc7f75 Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
This reverts commit 5d19fec09b.
2022-12-12 10:17:42 -04:00
denihs
5d19fec09b Revert "Merge pull request #12273 from meteor/release-2.9"
This reverts commit 19e9e2082e, reversing
changes made to 644592cedc.
2022-12-12 09:53:19 -04:00
eduwr
0a21b597bc convert github_server to async
- remove wrapAsync from registerService method
- remove callback calls on async methods
2022-08-24 06:12:36 -03:00
Jan Dvorak
ca50ef17e3 GitHub save more data retrieved from GitHub 2021-10-27 17:55:39 +02:00
Jan Dvorak
b234720d8d Fix GitHub OAuth 2021-10-27 17:43:04 +02:00
Jan Dvorak
6d54ba4f7c Return work from http-to-fetch branch 2021-10-25 10:04:24 +02:00
Jan Dvorak
4228dcbd03 Switch google-oauth to pass token in headers. (#10899)
Update API calls for authentication due to depracation: https://developer.github.com/changes/2019-11-05-deprecated-passwords-and-authorizations-api/
https://developer.github.com/v3/auth/#basic-authentication
2020-02-05 18:21:14 +02:00
James Burgess
13a2a0d6ac Modernize github-oauth package
- Bumped patch version number 1.2.0 -> 1.2.1
- ES6 syntax and shorthand applied
- Underscore removed as a dependency
2018-02-02 09:30:13 +01:00
Hugh Willson
43336e3d64 Wired up new github accounts changes to separate the UI from oauth calls. 2017-01-31 06:12:55 -05:00