TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Complete authentication app based on Clojure, Noir and MongoDB

43 pointsby xaviover 12 years ago

4 comments

graueover 12 years ago
<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.
评论 #4440172 未加载
alexatkeplarover 12 years ago
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...
评论 #4439425 未加载
sandGorgonover 12 years ago
Any apps like this which use a traditional DB (mysql or pg) ? Want to see how a relational model translates to clojure.
评论 #4439981 未加载
eranationover 12 years ago
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?
评论 #4440482 未加载