saleor-app-sdk-REDIS_APL/src/handlers/next
Lukasz Ostrowski 67cded2e2a
Add optional URL protection to createRegisterHandler (#148)
* validateAllowSaleorUrls impl

* Implement in handler and add test

* update codeowners

* Apply suggestions from code review

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>

* Rename param

Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2023-01-13 17:29:38 +01:00
..
create-app-register-handler.test.ts Add optional URL protection to createRegisterHandler (#148) 2023-01-13 17:29:38 +01:00
create-app-register-handler.ts Add optional URL protection to createRegisterHandler (#148) 2023-01-13 17:29:38 +01:00
create-manifest-handler.test.ts Add Handler factories (#61) 2022-09-21 11:25:01 +02:00
create-manifest-handler.ts Fix export. Add async manifest factory (#67) 2022-10-05 15:07:07 +02:00
create-protected-handler.ts Implement APL 2.0 (#143) 2023-01-11 16:55:10 +01:00
index.ts Add protected handlers for next (#121) 2022-11-28 10:04:26 +01:00
process-async-saleor-webhook.test.ts Fix CloudAPL response parsing (#149) 2023-01-13 16:35:16 +01:00
process-async-saleor-webhook.ts Rename apiUrl to saleorApiUrl for consistency (#144) 2023-01-12 13:39:49 +01:00
process-protected-handler.test.ts Rename apiUrl to saleorApiUrl for consistency (#144) 2023-01-12 13:39:49 +01:00
process-protected-handler.ts Rename apiUrl to saleorApiUrl for consistency (#144) 2023-01-12 13:39:49 +01:00
readme.md Add Handler factories (#61) 2022-09-21 11:25:01 +02:00
saleor-async-webhook.test.ts subscriptionQueryAst or query argument has to be specified for the event subscription (#107) 2022-11-05 10:35:01 +01:00
saleor-async-webhook.ts Implement APL 2.0 (#143) 2023-01-11 16:55:10 +01:00
validate-allow-saleor-urls.test.ts Add optional URL protection to createRegisterHandler (#148) 2023-01-13 17:29:38 +01:00
validate-allow-saleor-urls.ts Add optional URL protection to createRegisterHandler (#148) 2023-01-13 17:29:38 +01:00

Handlers with adapters to Next.js

TODO Extract to separate package