Skip to content

Use idempotency token of some sort for write actions #43

@SpraxDev

Description

@SpraxDev

Using an csrf token would probably work in the frontend. As long as it is properly invalidated after a request.
But additional care is needed when the frontend allows for a retry with a new csrf token as this request would still result in a valid response but without any write being performed (because Apollo would remember the idempotency token, but not the changed csrf token).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions