Add parseCredentials todo comment

This commit is contained in:
Juan Cruz Viotti 2014-12-08 10:17:33 -04:00
parent 9bfd686c5c
commit 18dc048302

View File

@ -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?