The [readme](https://github.com/active-group/active-openid/blob/main/README.org#usage) tells the user to > Use active.clojure.openid/user-info-from-request to obtain information about the logged-in user in your handlers from the current request. However, there is no such function besides [a declare in openid.clj](https://github.com/active-group/active-openid/blob/main/src/active/clojure/openid.clj#L439) that is never implemented. There is, however, a [`maybe-user-info-from-request`](https://github.com/active-group/active-openid/blob/48729196ffa1e2224d74b4d047e08d29dccd311d/src/active/clojure/openid.clj#L718) that seems to serve that purpose. Two things 1. we need to be clear on which one it should be 2. advertise the right function-name and remove the unused one from the readme/declare-statement