omniauth-identity
omniauth-identity copied to clipboard
client_side_validation and Omniauth-identity
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
This would be cool. Leaving this open to investigate.