The idea: NewUserView creates a new user and returns an existing one if found based on the email address. FindUserView will only look for existing ones. Advantage: you only have to pass the email address, not first/last/username.
Coverage increased (+0.3%) to 82.473% when pulling 15864cc98555f57f33be452872b8ee17c58b9ff0 on reinout-find-user into 8ad40cf44c71f5dfc60068dad60686bd6718d082 on master.
Coverage increased (+0.3%) to 82.473% when pulling f7506cb489f479a89e21380fd11887f638d10bb1 on reinout-find-user into 8ad40cf44c71f5dfc60068dad60686bd6718d082 on master.
Coverage increased (+0.3%) to 82.416% when pulling d3e4bae3c3cf62939a133ceaa3d7bfeee4f6ed34 on reinout-find-user into 8ad40cf44c71f5dfc60068dad60686bd6718d082 on master.
The idea:
NewUserView
creates a new user and returns an existing one if found based on the email address.FindUserView
will only look for existing ones. Advantage: you only have to pass the email address, not first/last/username.