fukamachi / clack

Web server abstraction layer for Common Lisp
MIT License
1.05k stars 86 forks source link

Allow basic authenticator to return an user #61

Closed jd closed 11 years ago

jd commented 11 years ago

This will allow the authenticator to also return the object it wants as remote-user. This is useful when checking the user against a database: it's possible to transport it to the following middlewares/applications without having to fetch it again.

fukamachi commented 11 years ago

Sorry for the late merging and thank you for the pull request.