github ulsklyc/oikos v0.19.4

latest releases: v0.55.6, v0.55.5, v0.55.4...
one month ago

Fixed

  • iOS: persistent "forbidden" (403) errors caused by iOS Safari/PWA not reliably exposing CSRF cookie via document.cookie. CSRF token is now returned in the response body of /auth/login and /auth/me and stored in-memory, bypassing cookie read issues entirely. Cookie is still set as fallback.
  • CSRF retry: /auth/me refresh now reads the token from the response body instead of relying on the cookie being available. Also handles expired sessions (401) during retry instead of silently failing.

Don't miss a new oikos release

NewReleases is sending notifications on new releases.