stormpath / express-stormpath

Build simple, secure web applications with Stormpath and Express!
http://docs.stormpath.com/nodejs/express/
Apache License 2.0
325 stars 111 forks source link

View fixes #600

Open the-overengineer opened 7 years ago

the-overengineer commented 7 years ago

Contains several minor view fixes. Since they are all rather minor and view-related, I've made them into one PR. If you think something warrants more study, ping me and I'll split up the PRs.

  1. Replaces jade with pug, slight alterations to attribute interpolation since pug removed the old syntax
  2. Fixes the Forgot Password link positioning
  3. Makes groups-required redirect of unauthorized view configurable (as it should be, really).

Fixes #426 Fixes #321 Fixes #418

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.02%) to 70.934% when pulling 9e11db75dd4d973179e26273d257c00ecb221a0f on fix/views-fixes into 80cf1a4e3b53a6608cb89a0ba17fdec653415761 on master.