stormpath / stormpath-sdk-angularjs

User Management for AngularJS (1.x) applications
http://docs.stormpath.com/angularjs/sdk/
Apache License 2.0
165 stars 58 forks source link

Add register link to login form #158

Open nbarbettini opened 8 years ago

nbarbettini commented 8 years ago

The Stormpath server-side integrations (express, aspnet, etc) will render a "Create an account" link on the Login route if the /register route is enabled. Is it possible to add this to the Angular SDK?

robertjd commented 8 years ago

Currently this SDK has separate views for login and registration.

On Thu, Jul 21, 2016 at 3:17 PM, Nate Barbettini notifications@github.com wrote:

The Stormpath server-side integrations (express, aspnet, etc) will render a "Create an account" link on the Login route if the /register route is enabled. Is it possible to add this to the Angular SDK?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stormpath/stormpath-sdk-angularjs/issues/158, or mute the thread https://github.com/notifications/unsubscribe-auth/AAIE9wp-S4fWe-o76InYeSZfvQncfS_Cks5qX_AKgaJpZM4JSRaL .

nbarbettini commented 8 years ago

Right, but could the login view link to the register view?

robertjd commented 8 years ago

We can add that, I'd want it to be aware of the "is registration available" context.

nbarbettini commented 8 years ago

Gotcha. Makes sense.