n8n/packages
agobrech fc7261aca6
feat(core): Add PKCE for OAuth2 (#6324)
* Remove authorization header when empty

* Import pkce

* Add OAuth2 with new grant type to Twitter

* Add pkce logic auto assign authorization code if pkce not defined

* Add pkce to ui and interfaces

* Fix scopes for Oauth2 twitter

* Deubg + pass it through header

* Add debug console, add airtable cred

* Remove all console.logs, make PKCE in th body only when it exists

* Remove invalid character ~

* Remove more console.logs

* remove body inside query

* Remove useless grantype check

* Hide oauth2 twitter waiting for overhaul

* Remove redundant header removal

* Remove more console.logs

* Add comment for code verifier

* Remove uneeded scopes

* Restore client id in callback

* Revert "Add OAuth2 with new grant type to Twitter"

This reverts commit 1c3b331aa1.

* Remove oauth2 from twitter

* Remove properties linked to oauth2

* Fix lodash imports

* remove redundant check

* remove redundant codeVerifier

* patch pkce-challenge to avoid generating `code_verifier` with `~`

* store `codeVerifier` on the DB like `csrfSecret`

* remove unrelated changes

---------

Co-authored-by: Marcus <marcus@n8n.io>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in>
2023-06-21 10:54:32 +02:00
..
@n8n/client-oauth2 🚀 Release 0.230.0 (#6310) 2023-05-24 13:42:39 +02:00
@n8n_io/eslint-config ci: Add rule dangerously-use-html-string-missing (no-changelog) (#6299) 2023-05-24 10:12:41 +02:00
cli feat(core): Add PKCE for OAuth2 (#6324) 2023-06-21 10:54:32 +02:00
core feat(core): Add PKCE for OAuth2 (#6324) 2023-06-21 10:54:32 +02:00
design-system 🚀 Release 0.233.0 (#6428) 2023-06-14 16:28:08 +02:00
editor-ui feat(core): Add PKCE for OAuth2 (#6324) 2023-06-21 10:54:32 +02:00
node-dev 🚀 Release 0.233.0 (#6428) 2023-06-14 16:28:08 +02:00
nodes-base feat(core): Add PKCE for OAuth2 (#6324) 2023-06-21 10:54:32 +02:00
workflow feat(core): Add PKCE for OAuth2 (#6324) 2023-06-21 10:54:32 +02:00