authelia/web
Manuel Nuñez 1991c443ba
feat(web): auto-redirect on appropriate authentication state changes (#3187)
This PR checks the authentication state of the Authelia portal on either a focus event or 1-second timer and if a state change has occurred will redirect accordingly.

Closes #3000.

Co-authored-by: Amir Zarrinkafsh <nightah@me.com>
2022-06-19 22:43:19 +10:00
..
public feat(web): replace cra with vite (#2457) 2021-10-08 15:00:06 +11:00
src feat(web): auto-redirect on appropriate authentication state changes (#3187) 2022-06-19 22:43:19 +10:00
.commitlintrc.js feat: major documentation refresh (#3475) 2022-06-15 17:51:47 +10:00
.env.development feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
.env.production feat(web): password reset custom url (#3111) 2022-04-04 17:46:55 +10:00
.eslintrc.js ci: add husky with pre-commit and commit-msg hooks (#2352) 2021-09-09 12:22:11 +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 build(deps): update dependency esbuild to v0.14.46 (#3543) 2022-06-19 11:15:23 +10:00
pnpm-lock.yaml build(deps): update dependency esbuild to v0.14.46 (#3543) 2022-06-19 11:15:23 +10:00
tsconfig.json fix(web): add @types/jest dev dependency (#3467) 2022-06-03 11:46:43 +10:00
vite.config.ts test(web): fix instrumentation for integration tests (#3282) 2022-05-02 14:03:09 +10:00