Open nbarbettini opened 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 .
Right, but could the login view link to the register view?
We can add that, I'd want it to be aware of the "is registration available" context.
Gotcha. Makes sense.
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?