omniauth-identity icon indicating copy to clipboard operation
omniauth-identity copied to clipboard

client_side_validation and Omniauth-identity

Open seivan opened this issue 13 years ago • 1 comments

So, here is the deal, client_side_validation gem requires params to be nested in order to work fully out of the box with uniqueness validation. Also that's proper Rails convention to usually have nested params under a class/model name.

So, how about allowing that in the initializer?

:identity => {:email => .... , :password => "....}

Example application https://github.com/seivan/simple_form_2_client_side_validation_example

seivan avatar Feb 05 '12 07:02 seivan

This would be cool. Leaving this open to investigate.

pboling avatar Feb 14 '21 09:02 pboling