Currently when using typed_params with the built in Rails form helpers, an error occurs because the helper implicitly adds an "authenticity_token" to the form.
I don't know if there's a way to handle this better, but my current workaround is to override the typed_params method and set strict to false, which isn't ideal.