krakenjs / kraken-example-with-passport

An example integrating kraken with passport authentication
53 stars 33 forks source link

Registration? #17

Open dennishall1 opened 8 years ago

dennishall1 commented 8 years ago

It would be GREAT if this included a proper registration flow example. It could include the option of requiring email verification, and sending the registration email (to verify email address) using sendgrid or mandril (or insert_popular_email_service_here).

aredridel commented 8 years ago

If it's not tightly integrated, so that it doesn't hide the salient part of this demo, the passport integration, we'd probably take a PR for this!

Part of the problem is that that can vary so widely -- from implicit account creation by authorizing via oauth, to full multi-page account registration flows.

grawk commented 8 years ago

As @aredridel pointed out, the main goal of this example is to show passport integration. A registration example would be nice. Marking this as an enhancement. PR's welcome.