vault backup: 2026-04-15 12:22:13

This commit is contained in:
Vadym Samoilenko 2026-04-15 12:22:13 +01:00
parent b3945d4d8f
commit d9c8319967

View file

@ -87,3 +87,6 @@ tags: [daily]
- 12:06 | `Oliver (root)`
- **Asked:** Check SSH logs on librechat_prod server for a user login issue and diagnose the authentication problem.
- **Done:** Identified root cause in LibreChat v0.8.4 where ALLOW_SOCIAL_REGISTRATION=false blocks users without openidId, then enabled registration and restarted server to allow user to complete OpenID login flow.
- 12:21 | `Oliver (root)`
- **Asked:** Check SSH logs on librechat_prod server for user login issues.
- **Done:** Monitored LibreChat logs for 2 minutes and identified state validation failing before verify callback with rate-limit and PKCE configuration concerns.