naskoap / clojurebook

A picture-gallery application with Clojure
MIT License
0 stars 0 forks source link

Added login and logout actions #1

Closed naskoap closed 8 years ago

naskoap commented 8 years ago

Users submit their id's and passwords through a login form. These are checked against stored credentials and, if they match, users are allowed in the session.