audiobookshelf/client/pages
Denis Arnst 073eff74ef
Add OIDC Back-Channel Logout support
Implement OIDC Back-Channel Logout 1.0 (RFC). When enabled, the IdP can
POST a signed logout_token JWT to invalidate user sessions server-side.

- Add BackchannelLogoutHandler: JWT verification via jose, jti replay
  protection with bounded cache, session destruction by sub or sid
- Add oidcSessionId column to sessions table with index for fast lookups
- Add backchannel logout route (POST /auth/openid/backchannel-logout)
- Notify connected clients via socket to redirect to login page
- Add authOpenIDBackchannelLogoutEnabled toggle in schema-driven settings UI
- Migration v2.34.0 adds oidcSessionId column and index
- Polish settings UI: auto-populate loading state, subfolder dropdown
  options, KeyValueEditor fixes, localized descriptions via descriptionKey,
  duplicate key detection, success/error toasts
- Localize backchannel logout toast (ToastSessionEndedByProvider)
- OidcAuthStrategy tests now use real class via require-cache stubbing
2026-02-05 17:55:10 +01:00
..
audiobook/_id Update tooltip with plaintext prop 2025-12-12 17:24:01 -06:00
author Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
batch Merge master 2025-03-25 17:29:09 -05:00
collection Tailwind V4 migration initial commit 2025-03-16 16:41:37 +02:00
config Add OIDC Back-Channel Logout support 2026-02-05 17:55:10 +01:00
item/_id Use getServerSetting to ensure serverSettings is set before accessing 2025-07-06 17:39:03 -05:00
library/_library Use getServerSetting to ensure serverSettings is set before accessing 2025-07-06 17:39:03 -05:00
playlist Merge branch 'advplyr:master' into tailwind-4-migration 2025-03-20 13:06:04 +02:00
share Fix player track tooltip overflowing on share player 2025-04-29 17:46:54 -05:00
upload Merge pull request #4702 from Vito0912/feat/uploadProgress 2025-11-24 17:08:03 -06:00
account.vue Seperate out auth strategies, update change password to return error status codes 2025-07-07 15:04:40 -05:00
config.vue Add get all, update and delete endpoints. Add api keys config page 2025-06-30 11:32:02 -05:00
index.vue Update:No longer creating initial root user and initial library, add init root user page, web app works with no libraries 2022-05-14 17:23:22 -05:00
login.vue Explicitly launch OpenID Connect authentication with ?autoLaunch=1 2025-10-09 16:02:02 +02:00
oops.vue Support for libraries and folder mapping, updating static cover path, detect reader.txt 2021-10-04 22:11:42 -05:00