rocket_auth icon indicating copy to clipboard operation
rocket_auth copied to clipboard

Add constructor for Signup

Open A6GibKm opened this issue 2 years ago • 1 comments

It is quite inconvenient to get a Signup form if one requires an username parameter in addition to password and email.

A6GibKm avatar Apr 11 '22 00:04 A6GibKm

I am not 100% sure if i understand your problem, but you can signup/create a user via the Auth RequestGuard: auth.users.create_user(email, password, false).await?;

ywegel avatar May 09 '22 17:05 ywegel