Web Development with Clojure, Third Edition: api/logout missing (p174)

@Dmitri @svmbrown

First off wanted to say thanks for writing this book! I’m new to clojure and this has been a great resource for exploring the clojure web-dev ecosystem!

I ran into an error while adding the login / logout buttons in chapter 6. We implement api/login earlier but we do not implement api/logout. Thus clicking the log-out button returns a 404 from the server and prevents the client-side success handler from executing.

It’s a fun exercise to implement it myself though :slight_smile:

EDIT: I realized an implementation was included in the accompanying source code (see guestbook-login for example). Perhaps it was intended to be included in the book as well

3 Likes

In B17.0(page173) and P1.0(page172) api/logout is implemented.