Hello,

I've recently been working on building a web app with authentication using
specific libraries and tooling that I wanted to use. I separated that part
out into a separate repo for my own reference later, and for anyone who
might find it useful.

https://github.com/bpringe/auth-template

Features:

   - user sign up with email address
   - email verification via link with token emailed to user
   - user login
   - user logout
   - forgot password / password reset

Tooling:

   - clojure cli
   - pedestal for the backend service
   - java-time for handling time and dates
   - postal for sending emails
   - yogthos/config for configuration
   - next.jdbc for database interaction
   - hiccup for rendering html
   - buddy-hashers for hashing passwords and checking raw passwords against
   stored hashes
   - hikaricp for database connection pooling
   - docker for packaging and deployment
   - shadow-cljs for clojurescript compilation


Happy Clojuring,
Brandon

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAB_6y6GDg5ZW-JtnPWOuX-9_rosmagnj1r10O8of%2BFjM%2B-k2Og%40mail.gmail.com.

Reply via email to