openreader/src/lib
Richard R eebb54b018 refactor(auth): remove redundant authEnabled flag from contexts and components
Eliminate the unused authEnabled property from context providers, hooks,
components, and API responses. All logic and UI now assume authentication is
required, simplifying prop signatures and reducing branching. Update related
types, context values, and function calls to reflect this change. This streamlines
the authentication flow and removes unnecessary configuration.
2026-05-31 13:10:01 -06:00
..
client refactor(api): remove all legacy unclaimed user scope logic and enforce strict userId scoping 2026-05-31 13:01:55 -06:00
server refactor(auth): remove redundant authEnabled flag from contexts and components 2026-05-31 13:10:01 -06:00
shared refactor(tts): transition rate limiting to runtime config and admin panel 2026-05-30 09:55:16 -06:00