mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
added description
This commit is contained in:
parent
4fec011c54
commit
82071db147
1 changed files with 13 additions and 2 deletions
|
|
@ -1,13 +1,24 @@
|
|||
/* https://github.com/prose/gatekeeper */
|
||||
(function(){
|
||||
"use strict";
|
||||
|
||||
|
||||
if(!global.cloudcmd)
|
||||
return console.log(
|
||||
'# auth.js' + '\n' +
|
||||
'# -----------' + '\n' +
|
||||
'# Module is part of Cloud Commander,' + '\n' +
|
||||
'# used for work with authentication.' + '\n' +
|
||||
'# If you wont to see at work set auth' + '\n' +
|
||||
'# parameters in config.json or environment' + '\n' +
|
||||
'# and start cloudcmd.js or just do' + '\n' +
|
||||
'# require(\'auth.js\').auth(pCode, pCallBack)' + '\n');
|
||||
|
||||
var main = global.cloudcmd.main,
|
||||
|
||||
https = main.https,
|
||||
qs = main.querystring,
|
||||
|
||||
Config = main.config,
|
||||
Config = main.config,
|
||||
Util = main.util,
|
||||
|
||||
GithubAuth = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue