diff options
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. |
