diff options
| author | sostler <sbostler@gmail.com> | 2010-02-16 01:36:08 -0500 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-02-16 01:36:08 -0500 |
| commit | d2ede89204ffe08b5a4927b6ebc7365abffdafd6 (patch) | |
| tree | db52c2821b8241a530fa0ad96c0312df6820338d /src | |
| parent | ba3c257310f5587216caff706bc78f8cd6383562 (diff) | |
cookie_login refactor
Diffstat (limited to 'src')
| -rwxr-xr-x | src/cookie_login.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cookie_login.clj b/src/cookie_login.clj index 6ac1f6c..9e501f4 100755 --- a/src/cookie_login.clj +++ b/src/cookie_login.clj @@ -47,7 +47,7 @@ - is-logged-in?: Function to apply to request's session map to determine whether to process login token or not. If a truthy value is returned, - then the next handler is called. + then the next handler is called without further processing. - token-maker: Function to generate new login token from session map and milliseconds until login token expiry. |
