insomnia/packages/insomnia-app/app/network/o-auth-2
Gregory Schier 93c91ebdbe
Upgrade Electron (#2403)
* Upgrade Electron to 8, bump Node version, fix font-manager

* Specify nodeIntegration as true

* Get <webview> working again

* Get <webview> working again

* Electron 9.0

* Escape parens in plugin install exec path (newer Electron added them)

* Bump versions for first alpha

* Electron 9.1

* Convert all Electron APIs that switched from callback to Promise

* Fix send-and-download feature

* Remove user-agent override hack for OAuth 2 login window

* Bump alpha version

* Fix issue regarding chokidar

* Add package-lock.json

* Upgrade chokidar because @babel/cli uses an older incompatible version of fsevents

* Fix source maps

* Read .nvmrc in GitHub actions

* Address remaining PR feedback
2020-07-27 22:18:26 -07:00
..
__tests__ Fix tests 2020-02-11 14:24:52 -05:00
constants.js Add support for extracting id_token from oauth2 implicit flow redirect. (#1408) 2019-04-17 18:14:40 -07:00
get-token.js Update Babel and ESLint and fix all related errors (#2032) 2020-04-09 10:32:19 -07:00
grant-authorization-code.js Add audience and resource field for OAuth2 Authorization Code grant (#1768) 2019-11-22 12:48:34 -05:00
grant-client-credentials.js Add trailing commas to ESLint + Prettier 2018-12-12 12:36:11 -05:00
grant-implicit.js Add support for extracting id_token from oauth2 implicit flow redirect. (#1408) 2019-04-17 18:14:40 -07:00
grant-password.js Add Audience parameter for Resource Owner Password Credentials (#1677) 2019-09-17 11:59:59 -07:00
misc.js Upgrade Electron (#2403) 2020-07-27 22:18:26 -07:00
refresh-token.js Fetch new access tokens if refreshing token returns "invalid_grant" (#1729) 2019-10-31 11:58:58 -04:00