saleor-app-sdk-REDIS_APL/src/app-bridge
Lukasz Ostrowski 62e4c39335
Memo app bridge & improved registerHandler error message (#237)
* Add token exp validaiton

* revert lock

* Improved registerHandler error message and wrap useAuthenticatedFetch with memo
2023-05-08 09:29:47 +02:00
..
next Change import from next/router to use wildcard (#234) 2023-04-26 13:38:13 +02:00
actions.test.ts Tests for actions 2022-08-11 20:51:02 +02:00
actions.ts Add action that informs Dashboard that AppBridge is ready (#129) 2022-12-05 17:17:17 +01:00
app-bridge-provider.test.tsx Rename apiUrl to saleorApiUrl for consistency (#144) 2023-01-12 13:39:49 +01:00
app-bridge-provider.tsx Detect locale param from URL in AppBridge (#58) 2022-09-14 14:21:53 +02:00
app-bridge-state.test.ts Allow setting initial theme from constructor in AppBridge (#162) 2023-01-24 19:21:05 +01:00
app-bridge-state.ts Add user email and permissions to app bridge (#167) 2023-02-07 09:30:46 +01:00
app-bridge.test.ts Add user email and permissions to app bridge (#167) 2023-02-07 09:30:46 +01:00
app-bridge.ts Change AppBridge default autoNotifyReady to true (#185) 2023-02-27 16:39:01 +01:00
app-iframe-params.ts Add saleorApiUrl state param to AppBridge (#114) 2022-11-23 10:08:04 +01:00
constants.ts move app-bridge code and tests to app-sdk 2022-08-11 14:03:51 +02:00
events.test.ts Detect locale param from URL in AppBridge (#58) 2022-09-14 14:21:53 +02:00
events.ts Detect locale param from URL in AppBridge (#58) 2022-09-14 14:21:53 +02:00
fetch.test.ts Add authenticated fetch (#138) 2022-12-12 11:47:23 +01:00
fetch.ts Memo app bridge & improved registerHandler error message (#237) 2023-05-08 09:29:47 +02:00
helpers.ts move app-bridge code and tests to app-sdk 2022-08-11 14:03:51 +02:00
index.ts Add authenticated fetch (#138) 2022-12-12 11:47:23 +01:00
types.ts Fix exports 2022-08-22 11:37:42 +02:00
use-dashboard-token.ts Disable token iss validation (#75) 2022-10-11 16:09:29 +02:00
with-authorization.tsx feat: add getLayout to return type of withAuthorization (#82) 2022-10-13 09:22:49 +02:00