Commit Graph

29 Commits

Author SHA1 Message Date
HugoCasa 9b7935160f feat: add visma oauth (#3564) 2024-04-16 12:32:48 +02:00
HugoCasa c5762fee53 feat: gforms oauth (#3466) 2024-03-26 18:25:39 +01:00
HugoCasa ea7a8a10f2 feat: add quickbooks oauth (#3359) 2024-03-06 16:05:24 +01:00
antrix b7162c900a Add google workspace oauth connection config (#2023)
* Add google workspace oauth connection config

Oauth Config to call Google Workspace APIs. 
https://developers.google.com/admin-sdk/directory/v1/guides/authorizing

* update

---------

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2023-08-10 11:53:52 +02:00
Ruben Fiszel d6c1774a56 feat: add supabaze wizard 2023-07-28 12:01:31 +02:00
Ruben Fiszel 3805398d1c nits supabase 2023-07-27 17:54:43 +02:00
Ruben Fiszel 10a9d73075 remove square from oauth 2023-01-21 09:37:10 +01:00
Ruben Fiszel b827d761ff square use req_body_auth 2023-01-21 09:26:39 +01:00
Felipe Albertao 5f93cb6770 Added Square API OAuth (#1141) 2023-01-21 07:41:52 +01:00
Ruben Fiszel ddf154f0b5 add more default linkedin scopes 2022-12-10 13:40:15 +01:00
Ruben Fiszel 972387c4fb add linkedin as oauth integration 2022-12-09 19:25:12 +01:00
Ruben Fiszel 02b19ee693 add linkedin as oauth integration 2022-12-09 18:21:59 +01:00
Ruben Fiszel ca145c25c3 add linkedin as oauth integration 2022-12-09 17:47:26 +01:00
Ruben Fiszel 9724fe7c16 remove mailchimp from oauth native support 2022-11-28 17:32:47 +01:00
Ruben Fiszel 36274ff019 add mailchimp to oauth 2022-11-28 15:25:08 +01:00
Ruben Fiszel 7c3126efc0 feat: refactor variable + resource linkage + OAuth visibility 2022-11-27 17:26:37 +01:00
Jakub Kołodziejczak d1df36affa fix(backend): extend default scope set for slack resource (#848)
usecase:
> as a windmill user I want to provide email of user to which slack direct message should be send

rationale:
https://api.slack.com/methods/users.lookupByEmail needs to be used. it
requires `users:read.email` (which needs to be acquired together with
`users:read` - more info: https://api.slack.com/scopes/users:read.email)
2022-11-01 22:06:02 +01:00
Ruben Fiszel ad4c06df94 remove zendesk 2022-08-16 23:45:58 +02:00
Ruben Fiszel 8f05438c5e add zendesk oauth client 2022-08-16 23:28:31 +02:00
Ruben Fiszel ae3e703df8 replace restricted gmail scope with sensitive 2022-08-15 01:48:55 +02:00
Ruben Fiszel ff5367aa79 fix extra_params basecamp 2022-08-05 09:59:00 +02:00
Ruben Fiszel fa9f4a1ed1 add basecamp oauth 2022-08-05 09:42:45 +02:00
Ruben Fiszel 7b67a7bf49 fix(oauth2): remove discord oauth integration 2022-08-04 16:05:40 +02:00
Ruben Fiszel fe81c17d2f fix(backend): generalize oauth clients to take in extra params 2022-08-04 14:32:04 +02:00
Ruben Fiszel 72002be154 update flowapi to be easier on deno generator 2022-08-01 16:38:51 +02:00
Ruben Fiszel 0309f93c2d fix(oauth2): add google clients 2022-07-25 13:26:19 +02:00
Ruben Fiszel 670e55b34b feat: account part II, handle refresh tokens, clarify oauth UI (#196) 2022-07-13 10:35:08 +02:00
Ruben Fiszel 4a0e68a049 fix: add gitlab to connects 2022-07-02 21:06:40 +02:00
Ruben Fiszel 60d48708f6 feat: OAuth "Connect an App" (#155) 2022-07-02 21:04:41 +02:00