mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-15 21:48:13 +03:00
-
released this
2026-04-19 23:48:47 +03:00 | 164 commits to main since this release📅 Originally published on GitHub: Sun, 19 Apr 2026 21:04:42 GMT
🏷️ Git tag created: Sun, 19 Apr 2026 20:48:47 GMTBug Fixes
- disable callback URLs with protocols "javascript" and "data" (#1397 by @ItalyPaleAle)
- strip Root prefix from S3 List() returned paths (#1413 by @vtmocanu)
- use valid Tailwind v4 transition class for auth animation squares (#1415 by @CoolShades)
- resolve posixGroup memberUid as bare usernames (#1422 by @gucong3000)
- prevent flickering if no background image is set on login page (027e6f0 by @stonith404)
- improve form input layout if description next to it is multi col (9ec4683 by @stonith404)
- access token renewal bypasses important checks (978ac87 by @stonith404)
Features
- add ability to revoke passkeys of users as admin (#1386 by @jose-d)
- add auth method claim (
amr) to tokens (#1433 by @stonith404) - add TLS support for HTTP/2 server (#1429 by @IngmarStein)
- add OpenID Connect
promptParameter Handling (#1299 by @rjaakke) - return not found. on
/setupif already completed (444f7ff by @stonith404)
Other
- update AAGUIDs (#1403 by @github-actions[bot])
- upgrade dependencies (f8f7222 by @stonith404)
- combobox not closed in e2e test (fbdb93f by @stonith404)
- Security upgrade alpine from latest to 3.23.4 (#1431 by @stonith404)
- security upgrade alpine from latest to 3.23.4 (#1432 by @stonith404)
- add Catalan language files (4f09de2 by @stonith404)
- reduce complexity of
ValidateEnvConfigandinitRouter(a0cb574 by @stonith404) - pass context to
shutdownServer(ff26c42 by @stonith404)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.5.0...v2.6.0
Downloads