passport-userapp
Version:
Password and token authentication strategy using UserApp for Passport
11 lines (9 loc) • 418 B
HTML
<p>Sign up</p>
<form ua-signup ua-error="error-msg">
<input name="first_name" placeholder="Your name"><br>
<input name="login" ua-is-email placeholder="Email"><br>
<input name="password" placeholder="Password" type="password"><br>
<p><button type="submit">Create account</button> or <a href="" ua-oauth-link="google">Sign up with Google</a></p>
<p id="error-msg"></p>
</form>
<p><a href="#/login">Log in</a></p>