Automatically signing in after server side signup?

The client method signUp.email described in Basic Usage automatically signs in a newly created user.

The server method signUpEmail described in Authentication however does not automatically sign in a newly created user.

I would like to use the server method, to ensure server-side validation. What is the best method for enabling automatic server-side sign in?
Was this page helpful?