Skip to content

Avoid doing writes for users not logged in #105

@mhagander

Description

@mhagander

The app should pretty much never do database writes for anonymous users, that's inviting abuse.

Right now, we see semi-regular (but not frequent, at this time) serialization errors for loads of the frontpage, which clearly indicates that it does writes for both anonymous and non-anonymous users.

Please look that over and make sure we only do writes when it's a logged-in user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions