insomnia/packages/insomnia-app/app/network/o-auth-2
Gregory Schier 45861b6393
POC to get Insomnia networking available outside of app (#2329)
* Hacked insomnia lib package to get Insomnia's networking in tests

* Some small tweaks

* Got it mostly working

* Tweak

* Fix

* Fix pkg

* Fix some things

* Add comment

* Comment out log

* Some tweaks after doing a self code review

* Fix test

* Update app name for `insomnia-send-request`

* Update package-lock

* Update package-locks

* Fix tests

* Add gitignore

* Fix tests hopefully

* Fix accidental dep deletions

* Fix tests again

* Mock for all tests

* Update tests again

* Don't compile for Electron for tests

* Update release scripts to disable tests
2020-06-30 12:36:15 -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 POC to get Insomnia networking available outside of app (#2329) 2020-06-30 12:36:15 -07:00
refresh-token.js Fetch new access tokens if refreshing token returns "invalid_grant" (#1729) 2019-10-31 11:58:58 -04:00