Summary
Confirm the only expected console 401 comes from initial /api/me on unauth startup. Suppress other noisy logs unless debug mode is enabled.
Motivation / Problem
The auth system has to verify whether a user is already logged in during mount/bootstrap process and uses a call to /api/me/ to do so. We don't want this to fail loudly, especially considering it is a normal part of the auth process and not a real failure/error.
Acceptance Criteria
- Console remains empty except for intentional bootstrap 401.
- Document this behavior in README / dev notes.
Target Release
None
Notes / Links
No response
Summary
Confirm the only expected console 401 comes from initial /api/me on unauth startup. Suppress other noisy logs unless debug mode is enabled.
Motivation / Problem
The auth system has to verify whether a user is already logged in during mount/bootstrap process and uses a call to /api/me/ to do so. We don't want this to fail loudly, especially considering it is a normal part of the auth process and not a real failure/error.
Acceptance Criteria
Target Release
None
Notes / Links
No response