Skip to content

Nonce should increment client side in any case request makes it past authentication guard on server #84

Description

@Ian-Bright

In the cli controllers we only increment a nonce locally if the an http request returns with a "200" code. Really what should be done is we should increment the nonce if we make it past the guard on the server as the nonce will always be incremented server side in this case. We do have the synchronize nonce function to handle the nonce mismatch but it may be better to handle this on http response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions