mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-15 21:48:13 +03:00
-
released this
2026-03-07 20:36:42 +03:00 | 209 commits to main since this release📅 Originally published on GitHub: Sat, 07 Mar 2026 17:51:41 GMT
🏷️ Git tag created: Sat, 07 Mar 2026 17:36:42 GMTBug Fixes
- improve wildcard matching by using
go-urlpattern(#1332 by @stonith404) - federated client credentials not working if sub ≠ client_id (#1342 by @ItalyPaleAle)
- handle IPv6 addresses in callback URLs (#1355 by @ItalyPaleAle)
- wildcard callback URLs blocked by browser-native URL validation (#1359 by @Copilot)
- one-time-access-token route should get user ID from URL only (#1358 by @ItalyPaleAle)
- various fixes in background jobs (#1362 by @ItalyPaleAle)
- use URL keyboard type for callback URL inputs (a675d07 by @stonith404)
Features
- allow first name and display name to be optional (#1288 by @taoso)
Other
- bump svelte from 5.53.2 to 5.53.5 in the npm_and_yarn group across 1 directory (#1348 by @dependabot[bot])
- bump @sveltejs/kit from 2.53.0 to 2.53.3 in the npm_and_yarn group across 1 directory (#1349 by @dependabot[bot])
- update AAGUIDs (#1354 by @github-actions[bot])
- add Português files (01141b8 by @kmendell)
- add Latvian files (e0fc4cc by @kmendell)
- fix wrong seed data (e7bd66d by @stonith404)
- fix wrong seed data in
database.json(f4eb8db by @stonith404)
Performance Improvements
- frontend performance optimizations (#1344 by @ItalyPaleAle)
Full Changelog: https://github.com/pocket-id/pocket-id/compare/v2.3.0...v2.4.0
Downloads
- improve wildcard matching by using