stormpath / express-stormpath-sample-project

A sample Express-Stormpath project that showcases how to store profile data in customData.
10 stars 8 forks source link

Some pages (Login, Registration) does not include NavBar #15

Closed tomers closed 7 years ago

tomers commented 7 years ago

It would be much more consistent to have all StormPath provided pages, such as Login, Registration, Forgot Password, etc., displayed with the NavBar header on top. It would improve the over-all consistency and navigability of the application.

Could you guide me on how to achieve this, or fix this in the sample app?

Thanks

robertjd commented 7 years ago

Hi @tomers , thanks for the question. Please feel free to fork and modify this sample application to fit your needs, see this section of the express-stormpath documentation:

https://docs.stormpath.com/nodejs/express/latest/templates.html

That section describes how to provide custom templates, by copying and modifying ours. When you modify them you could include a common navbar.

Let me know if this helps?