From 18dc0483025e9b34fb060a198485550072b23762 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Mon, 8 Dec 2014 10:17:33 -0400 Subject: [PATCH] Add parseCredentials todo comment --- lib/resin/auth/auth.coffee | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/resin/auth/auth.coffee b/lib/resin/auth/auth.coffee index 88176686..9ab2c19f 100644 --- a/lib/resin/auth/auth.coffee +++ b/lib/resin/auth/auth.coffee @@ -103,6 +103,8 @@ exports.logout = (callback) -> # @param {String} colon separated credentials (username:password) # @param {Function} callback callback (error, credentials) # +# @todo This should be moved somewhere else, as it only used by the auth actions +# # @example Parse credentials # resin.auth.parseCredentials 'johndoe:secret', (error, credentials) -> # throw error if error?