authelia/web
James Elliott 1ba6effe6b
fix(web): broadcastchannel not supported on old safari (#4014)
This utilizes a wrapper around the BroadcastChannel API to handle browsers which don't properly support the API such as Safari prior to 10.4 and iOS prior to 10.4. Where possible it uses the native API.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-09-19 14:49:25 +10:00
..
public feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
src fix(web): broadcastchannel not supported on old safari (#4014) 2022-09-19 14:49:25 +10:00
.commitlintrc.js feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.env.development build(deps): update dependency vite to v3 (#3703) 2022-07-21 09:43:34 +10:00
.env.production build(deps): update dependency vite to v3 (#3703) 2022-07-21 09:43:34 +10:00
.eslintrc.js ci: add eslint rule for sorting imports (#3858) 2022-08-18 19:13:10 +10:00
.gitignore [FEATURE] Add API docs and swagger-ui (#1544) 2021-01-03 15:28:46 +11:00
.prettierrc.js build(deps): update dependency prettier to v2.4.0 (#2357) 2021-09-10 08:27:50 +10:00
index.html feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
package.json fix(web): broadcastchannel not supported on old safari (#4014) 2022-09-19 14:49:25 +10:00
pnpm-lock.yaml fix(web): broadcastchannel not supported on old safari (#4014) 2022-09-19 14:49:25 +10:00
tsconfig.json fix(web): add @types/jest dev dependency (#3467) 2022-06-03 11:46:43 +10:00
vite.config.ts build(deps): update dependency vite to v3 (#3703) 2022-07-21 09:43:34 +10:00