<p><pre><code> GET /resend-activation?email=:email
GET /email-changes/cancel
GET /email-changes/resend-confirmation
</code></pre>
Shouldn't these all be POST? GETs are supposed to not have side effects.
Many thanks for posting this! Only the other day I was evaluating Noir for a webapp and the lack of a capable user auth capability was the main blocker...
Looks really nice, authentication is something many are doing wrong and it's important to have good templates<p>One question, why not use ensureIndex ? is there a real performance running it once it's created?