- 313 new markdown files created - 30 relationships embedded - 313 entries indexed - State initialized with usage data
541 B
541 B
| id | type | title | tags | importance | confidence | created | updated | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| bf0fd4cf-7d90-4159-8c09-0bc523a7eb30 | fix | OAuth callback redirect with URL fragment |
|
0.5 | 0.8 | 2026-01-28T06:19:13.200899+00:00 | 2026-01-28T06:19:13.200899+00:00 |
Discord OAuth callback now redirects to frontend with tokens in URL fragment (not query params). Fragment is more secure because it's not sent to server, only accessible by frontend JavaScript. Also fixed deps.py import from get_session_dependency to get_session.